Searched refs:command (Results 226 - 250 of 2191) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/autoscroll/
H A Dautoscroll.tcl36 # The widget command is renamed, so that the 'set' command can
67 # The widget command is renamed to its original name. The widget
93 # Widget command on an 'autoscroll' scrollbar
97 # command -- Widget command being executed
101 # Returns whatever the widget command returns
104 # Has whatever side effects the widget command has. In
105 # addition, the 'set' widget command is handled specially,
111 proc ::autoscroll::widgetCommand { w command arg
[all...]
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/demos/
H A Dbasic.tcl44 scrollbar .sy -command [list $table(table) yview]
45 scrollbar .sx -command [list $table(table) xview] -orient horizontal
46 button .exit -text "Exit" -command {exit}
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dtextpeer.tcl41 set sb [scrollbar $w.sb$count -command "$t yview" -orient vertical]
42 set b1 [button $w.clone$count -command "makeClone $w $t" \
44 set b2 [button $w.kill$count -command "killClone $w $count" \
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dfilebox.tcl23 button $w.buttons.dismiss -text Dismiss -command "destroy $w"
24 button $w.buttons.code -text "See Code" -command "showCode $w"
31 button $f.but -text "Browse ..." -command "fileDialog $w $f.ent $i"
H A Dentry1.tcl24 button $w.buttons.dismiss -text Dismiss -command "destroy $w"
25 button $w.buttons.code -text "See Code" -command "showCode $w"
H A Dform.tcl24 button $w.buttons.dismiss -text Dismiss -command "destroy $w"
25 button $w.buttons.code -text "See Code" -command "showCode $w"
H A Dimage1.tcl23 button $w.buttons.dismiss -text Dismiss -command "destroy $w"
24 button $w.buttons.code -text "See Code" -command "showCode $w"
H A Dpaned1.tcl24 button $w.buttons.dismiss -text Dismiss -command "destroy $w"
25 button $w.buttons.code -text "See Code" -command "showCode $w"
H A Dspin.tcl33 button $w.buttons.dismiss -text Dismiss -command "destroy $w"
34 button $w.buttons.code -text "See Code" -command "showCode $w"
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibVectorCommand.h101 static void SAddCommand( IOFireWireLibVectorCommandRef self, IOFireWireLibCommandRef command );
103 static void SRemoveCommand( IOFireWireLibVectorCommandRef self, IOFireWireLibCommandRef command );
105 static void SInsertCommandAtIndex( IOFireWireLibVectorCommandRef self, IOFireWireLibCommandRef command, UInt32 index );
109 static UInt32 SGetIndexOfCommand( IOFireWireLibVectorCommandRef self, IOFireWireLibCommandRef command );
/macosx-10.10/Libc-1044.1.2/stdlib/FreeBSD/
H A Dsystem.c60 __system(command)
61 const char *command;
69 const char *argv[] = {"sh", "-c", command, NULL};
79 if (!command) { /* just checking... */
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dtesttavl.c50 char command[ 10 ]; local
55 while ( fgets( command, sizeof( command ), stdin ) != NULL ) {
56 switch( *command ) {
/macosx-10.10/PowerManagement-494.1.2/ioupsd/
H A DIOUPSPrivate.h51 IOReturn IOUPSSendCommand(mach_port_t connect, int upsID, CFDictionaryRef command);
/macosx-10.10/WebCore-7600.1.25/editing/
H A DTypingCommand.h88 static PassRefPtr<TypingCommand> create(Document& document, ETypingCommand command, const String& text = "", Options options = 0, TextGranularity granularity = CharacterGranularity) argument
90 return adoptRef(new TypingCommand(document, command, text, options, granularity, TextCompositionNone));
93 static PassRefPtr<TypingCommand> create(Document& document, ETypingCommand command, const String& text, Options options, TextCompositionType compositionType) argument
95 return adoptRef(new TypingCommand(document, command, text, options, CharacterGranularity, compositionType));
138 // characters that were deleted, but only if the typing command being undone
/macosx-10.10/gnutar-453/gnutar/tests/
H A Dargcv.h38 extern int argcv_get __P ((const char *command, const char *delim,
/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb_packets_2.h46 uint16_t command; member in struct:smb2_header
58 /* Sync command have a tree and process ID. */
/macosx-10.10/sudo-73/src/
H A Dgram.h40 struct sudo_command command; member in union:__anon12637
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/demo/
H A Dselect.tcl30 -command "$spin configure -editable \$DemoSelect::var(spin,editable)"]
33 -command "$spin configure -state \$DemoSelect::var(spin,state)"]
54 -command "$combo configure -editable \$DemoSelect::var(combo,editable)"]
57 -command "$combo configure -state \$DemoSelect::var(combo,state)"]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/transfer/
H A Dtlssetup.tcl12 -command CMD
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXdebug.c4 * Tcl command execution trace command.
22 * Client data structure for the cmdtrace command.
62 char *command,
75 char *command,
83 char *command,
202 TraceCode (infoPtr, level, command, argc, argv)
205 char *command;
221 cmdLen = printLen = strlen (command);
225 PrintStr (infoPtr->channel, (CONST84 char *) command, printLe
[all...]
H A DtclXtest.c47 char *command,
60 * Evaluate a level/command pair.
64 * o command - Command to evaluate.
72 DoTestEval (interp, levelStr, command, resultList)
75 char *command;
100 code = Tcl_Eval (interp, command);
131 * A list contain a list entry for each command evaluated. Each entry is
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/canvas/
H A Dcity.tcl37 button .exit -command exit -text Exit
38 button .shfl -command Shuffle -text Shuffle
61 -grid-cell-command GET \
69 -grid-cell-command ::city::grid \
/macosx-10.10/tcl-105/tcl_ext/tls/tls/tests/oldTests/
H A DtlsSrv2.tcl51 -request 1 -require 0 -command tls::callback 1234]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/
H A Dreflect.h55 Tcl_Obj* command; /* tcl code to execute for a buffer */ member in struct:_ReflectControl_
/macosx-10.10/tcsh-65/tcsh/
H A Dtc.func.c193 dolist(Char **v, struct command *c)
219 struct command *t;
299 /* build a syntax tree for the command. */
384 dotelltc(Char **v, struct command *c)
395 doechotc(Char **v, struct command *c)
405 dosettc(Char **v, struct command *c)
466 dowhich(Char **v, struct command *c)
789 * is executed as a command. This is done
792 * one's current directory just before each command.
918 * foregrounded. The command i
[all...]

Completed in 326 milliseconds

1234567891011>>