Searched refs:command (Results 201 - 225 of 2191) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A Dqebind.c26 * string, just like the usual "bind" command. Bindings on Tk widgets are
68 char *command; member in struct:BindValue
100 char *command; /* Tcl command to expand percents, or NULL */ member in struct:Detail
113 char *command; /* Tcl command to expand percents, or NULL */ member in struct:EventInfo
127 char *command; /* Tcl command to expand percents, or NULL */ member in struct:GenerateData
144 static void ExpandPercents(BindingTable *bindPtr, ClientData object, char *command,
155 char *command; member in struct:PercentsData
596 QE_CreateBinding(QE_BindingTable bindingTable, ClientData object, char *eventString, char *command, int append) argument
995 ExpandPercents(BindingTable *bindPtr, ClientData object, char *command, QE_Event *eventPtr, QE_ExpandProc expandProc, Tcl_DString *result) argument
1049 char *command = gdPtr ? gdPtr->command : NULL; local
1898 Tcl_DString command; local
1954 char *pattern, *command = NULL; local
2103 char *eventName, *detailName, *command; local
2156 char *eventName, *command; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/yaml/
H A Dhuddle.tcl29 proc huddle {command args} {
31 if {[info exists huddle::methods($command)]} {
32 return [eval $huddle::methods($command) $command $args]
34 return [eval ::huddle::$command $args]
37 proc ::huddle::proc_add_ub {command args} {
38 return [eval ::huddle::_$command $args]
41 proc huddle {command args} {
43 if {[info exists huddle::methods($command)]} {
44 return [$huddle::methods($command)
[all...]
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCCommand.cpp48 virtual bool init(IOFireWireNub *device, UInt32 generation, const UInt8 * command, UInt32 cmdLen,
50 virtual IOReturn reinit(IOFireWireNub *device, UInt32 generation, const UInt8 * command, UInt32 cmdLen,
88 // Start timer for command response
116 // Don't need to check generation because the command is cancelled when a bus reset happens.
143 // Unless bypass flag is set, do the robust command/response matching
291 // Must check internal state with FireWire command gate closed.
300 bool IOFireWireAVCCommand::init(IOFireWireNub *device, const UInt8 * command, UInt32 cmdLen, argument
312 // Start out without timeout, update when command is accepted by device
331 // create command
334 fCommand = command;
367 reinit(IOFireWireNub *device, const UInt8 * command, UInt32 cmdLen, UInt8 * response, UInt32 * responseLen) argument
392 withNub(IOFireWireNub *device, const UInt8 * command, UInt32 cmdLen, UInt8 * response, UInt32 * responseLen) argument
409 withNub(IOFireWireNub *device, UInt32 generation, const UInt8 * command, UInt32 cmdLen, UInt8 * response, UInt32 * responseLen) argument
465 init(IOFireWireNub *device, UInt32 generation, const UInt8 * command, UInt32 cmdLen, UInt8 * response, UInt32 * responseLen) argument
540 reinit(IOFireWireNub *device, UInt32 generation, const UInt8 * command, UInt32 cmdLen, UInt8 * response, UInt32 * responseLen) argument
[all...]
/macosx-10.10/cups-408/cups/berkeley/
H A Dlpc.c4 * "lpc" command for CUPS.
38 main(int argc, /* I - Number of command-line arguments */
57 * Process a single command on the command-line...
65 * Do the command prompt thing...
109 * Remove whitespace between the command and parameters...
147 * 'compare_strings()' - Compare two command-line strings.
155 size_t slen; /* Length of command-line string */
167 * 'do_command()' - Do an lpc command...
172 const char *command, /*
171 do_command(http_t *http, const char *command, const char *params) argument
191 show_help(const char *command) argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/eshell/
H A Desh-ext.el38 ;; To force a command to invoked external, either provide an explicit
39 ;; pathname for the command argument, or prefix the command name with
95 (eshell-search-path "command.com"))
97 "*The name of the shell command to use for DOS/Windows batch files.
108 (throw 'eshell-replace-command
109 (eshell-parse-command eshell-windows-shell-file (cons "/c" args))))
119 MATCH should be a regexp, which is matched against the command name,
121 will be used for that command.
123 If INTERPRETER is a string, it will be called as the command nam
[all...]
H A Deshell.el1 ;;; eshell.el --- the Emacs command shell
32 "Eshell is a command shell implemented entirely in Emacs Lisp. It
34 is intended to be a functional replacement for command shells such as
139 ;; all command-line shells since. They are linear in conception, byte
354 ;; window that that command was invoked from. To achieve this,
376 non-interactive sessions, such as when using `eshell-command'.")
379 (defun eshell-command (&optional command arg)
380 "Execute the Eshell command string COMMAND.
389 (add-hook 'minibuffer-exit-hook 'eshell-add-command
[all...]
/macosx-10.10/tcl-105/tk/tk/library/
H A Dbgerror.tcl21 option add *ErrorDialog.function.command [namespace code SaveToLog]
44 set command [option get $w.function command {}]
45 if { ($caption eq "") || ($command eq "") } {
48 lappend command [$w.top.info.text get 1.0 end-1c]
49 $w.function configure -text $caption -command $command
165 scrollbar $W.scroll -command [list $W.text yview]
201 -command [namespace code [list set button $i]]
218 $dlg.function configure -command [namespac
[all...]
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dbgerror.tcl20 option add *ErrorDialog.function.command [namespace code SaveToLog]
42 set command [option get $w.function command {}]
43 if { ($caption eq "") || ($command eq "") } {
46 lappend command [.bgerrorDialog.top.info.text get 1.0 end-1c]
47 $w.function configure -text $caption -command $command
179 scrollbar $W.scroll -command [list $W.text yview]
223 -command [namespace code [list set button $i]]
246 .bgerrorDialog.function configure -command [namespac
[all...]
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dradio.tcl23 button $w.buttons.dismiss -text Dismiss -command "destroy $w"
24 button $w.buttons.code -text "See Code" -command "showCode $w"
26 -command "showVars $w.dialog size color align"
44 -command "$w.mid configure -fg \$color"
55 -command "$w.right.l configure -compound \$align"
H A Dstates.tcl24 button $w.buttons.dismiss -text Dismiss -command "destroy $w"
25 button $w.buttons.code -text "See Code" -command "showCode $w"
31 scrollbar $w.frame.scroll -command "$w.frame.list yview"
/macosx-10.10/kext_tools-384.1.4/
H A Dkextfind_report.c487 * xxx - if arches were specified on the command line, this should perhaps only
567 CFStringRef command = QEQueryElementGetPredicate(element); local
570 if (CFEqual(command, CFSTR(kPredNamePrintProperty))) {
578 } else if (CFEqual(command, CFSTR(kPredNamePrintIntegrity))) {
585 CFDictionarySetValue(element, CFSTR(kKeywordCommand), command);
604 CFStringRef command = CFDictionaryGetValue(element, CFSTR(kKeywordCommand)); local
620 if (CFEqual(command, CFSTR(kPredNamePrint)) ||
621 CFEqual(command, CFSTR(kPredNameBundleName))) {
623 } else if (CFEqual(command, CFSTR(kPredNamePrintProperty))) {
626 } else if (CFEqual(command, CFST
[all...]
/macosx-10.10/CPANInternal-159.1/Test-use-ok-0.11/inc/Pod/
H A DMarkdown.pm89 sub command { subroutine
90 my ($parser, $command, $paragraph, $line_num) = @_;
97 if ($command =~ m{head(\d)}xms) {
116 elsif ($command =~ m{over}xms) {
122 } elsif ($command =~ m{back}xms) {
127 } elsif ($command =~ m{item}xms) {
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/gtk/
H A DWebEditorClientGtk.cpp43 /* First try to interpret the command in the UI and get the commands.
54 Editor::Command command = frame->editor().command(commandString.utf8().data()); local
55 if (command.isTextInsertion() && !allowTextInsertion)
58 commands.append(WTF::move(command));
61 for (auto& command : commands) {
62 if (!command.execute())
88 // During RawKeyDown events if an editor command will insert text, defer
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dgrep.el82 (defcustom grep-command nil
83 "The default grep command for \\[grep].
86 include it when specifying `grep-command'.
95 "The default command to run for \\[lgrep].
122 (defcustom grep-find-command nil
123 "The default find command for \\[grep-find].
131 "The default command to run for \\[rgrep].
319 "The default grep program for `grep-command' and `grep-find-command'.
324 "The default find program for `grep-find-command'
[all...]
/macosx-10.10/postfix-255/postfix/src/global/
H A Dscache.c311 * The command lookup table.
314 char *command; member in struct:action
342 for (ap = actions; ap->command != 0; ap++)
343 vstream_printf(" %s", ap->command);
385 for (ap = actions; ap->command != 0; ap++) {
386 if (strcmp(ap->command, argv->argv[0]) == 0) {
395 if (ap->command == 0)
396 msg_error("bad command: %s", argv->argv[0]);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_fa/
H A Ddexec.tcl38 option -command {}
104 onconfigure -command {value} {
105 set options(-command) $value
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dentry2.tcl32 scrollbar $w.frame.s1 -relief sunken -orient horiz -command \
36 scrollbar $w.frame.s2 -relief sunken -orient horiz -command \
40 scrollbar $w.frame.s3 -relief sunken -orient horiz -command \
H A Dmclist.tcl33 ttk::scrollbar $w.vsb -orient vertical -command "$w.tree yview"
34 ttk::scrollbar $w.hsb -orient horizontal -command "$w.tree xview"
36 scrollbar $w.vsb -orient vertical -command "$w.tree yview"
37 scrollbar $w.hsb -orient horizontal -command "$w.tree xview"
67 $w.tree heading $col -command [list SortBy $w.tree $col 0] -text $name
107 $tree heading $col -command [list SortBy $tree $col [expr {!$direction}]] \
H A Dpaned2.tcl59 scrollbar $f.scr -orient vertical -command "$f.list yview"
67 scrollbar $f.xscr -orient horizontal -command "$f.text xview"
68 scrollbar $f.yscr -orient vertical -command "$f.text yview"
/macosx-10.10/WebCore-7600.1.25/editing/
H A DEditCommand.cpp73 static inline EditCommandComposition* compositionIfPossible(EditCommand* command) argument
75 if (!command->isCompositeEditCommand())
77 return toCompositeEditCommand(command)->composition();
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dtramp-util.el74 (defun tramp-remap-command (old-command new-command)
79 (if (functionp 'command-remapping)
82 `(define-key tramp-minor-mode-map [remap ,old-command] new-command))
86 (define-key tramp-minor-mode-map x new-command))
87 (where-is-internal old-command))))
89 (tramp-remap-command 'compile 'tramp-compile)
90 (tramp-remap-command 'recompil
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DPDFHandling.py68 def cfDataCreatePDFDocumentFromCommand( command):
106 AppDrawing.DispatchDrawing(pdfContext, command)
148 AppDrawing.DispatchDrawing(pdfContext, exportInfo.command)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DPDFHandling.py68 def cfDataCreatePDFDocumentFromCommand( command):
106 AppDrawing.DispatchDrawing(pdfContext, command)
148 AppDrawing.DispatchDrawing(pdfContext, exportInfo.command)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/Programming with Quartz/BasicDrawing/
H A DPDFHandling.py68 def cfDataCreatePDFDocumentFromCommand( command):
106 AppDrawing.DispatchDrawing(pdfContext, command)
148 AppDrawing.DispatchDrawing(pdfContext, exportInfo.command)
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/python/
H A Dpolarspec.py53 Button(f, bitmap='snackRecord', fg='red', command=start).pack(side='left')
54 Button(f, bitmap='snackStop', command=stop).pack(side='left')
57 Button(f, text='Exit', command=root.quit).pack(side='left')

Completed in 247 milliseconds

1234567891011>>