Searched refs:cmds (Results 1 - 25 of 160) sorted by relevance

1234567

/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A DBaz.tcl24 method do {cmds} {
25 return "Baz says '[eval $cmds]'"
H A DGeek.tcl31 method do {cmds} {
32 return "Geek says '[eval $cmds]'"
H A Dinherit.test228 "eval $cmds"
230 "return "Foo says '[eval $cmds]..."
236 "eval $cmds"
238 "return "Foo says '[eval $cmds]..."
251 "eval $cmds"
253 "return "Foo says '[eval $cmds]..."
259 "eval $cmds"
261 "return "Foo says '[eval $cmds]..."
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dtkencoding.rb22 def _invoke(*cmds)
24 cmds = cmds.collect{|cmd| _toUTF8(cmd,@encoding)}
25 _fromUTF8(__invoke(*cmds),@encoding)
27 __invoke(*cmds)
/macosx-10.9.5/Heimdal-323.92.1/lib/sl/
H A Dsl.h58 int sl_command_loop (SL_cmd *cmds, const char *prompt, void **data);
59 int sl_command (SL_cmd *cmds, int argc, char **argv);
62 SL_cmd *sl_match (SL_cmd *cmds, char *cmd, int exactp);
63 void sl_slc_help (SL_cmd *cmds, int argc, char **argv);
H A Dsl.c40 mandoc_template(SL_cmd *cmds, argument
70 for(c = cmds; c->name; ++c) {
83 for(c = cmds; c->name; ++c) {
109 sl_match (SL_cmd *cmds, char *cmd, int exactp) argument
114 for (c = cmds; c->name; ++c) {
132 sl_help (SL_cmd *cmds, int argc, char **argv) argument
137 mandoc_template(cmds, NULL);
143 for (c = cmds; c->name; ++c) {
157 c = sl_match (cmds, argv[1], 0);
203 sl_command(SL_cmd *cmds, in argument
308 sl_command_loop(SL_cmd *cmds, const char *prompt, void **data) argument
340 sl_loop(SL_cmd *cmds, const char *prompt) argument
362 sl_slc_help(SL_cmd *cmds, int argc, char **argv) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/generic/
H A DtkTableUtil.c16 static char * Cmd_GetName _ANSI_ARGS_((const Cmd_Struct *cmds, int val));
17 static int Cmd_GetValue _ANSI_ARGS_((const Cmd_Struct *cmds,
20 const Cmd_Struct *cmds, const char *arg));
351 Cmd_GetName(const Cmd_Struct *cmds, int val)
353 for(;cmds->name && cmds->name[0];cmds++) {
354 if (cmds->value==val) return cmds->name;
360 Cmd_GetValue(const Cmd_Struct *cmds, cons
346 Cmd_GetName(const Cmd_Struct *cmds, int val) argument
355 Cmd_GetValue(const Cmd_Struct *cmds, const char *arg) argument
365 Cmd_GetError(Tcl_Interp *interp, const Cmd_Struct *cmds, const char *arg) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dopen3.rb427 def pipeline_rw(*cmds, &block)
428 if Hash === cmds.last
429 opts = cmds.pop.dup
441 pipeline_run(cmds, opts, [in_r, out_w], [in_w, out_r], &block)
483 def pipeline_r(*cmds, &block)
484 if Hash === cmds.last
485 opts = cmds.pop.dup
493 pipeline_run(cmds, opts, [out_w], [out_r], &block)
525 def pipeline_w(*cmds, &block)
526 if Hash === cmds
[all...]
/macosx-10.9.5/ruby-104/ruby/test/irb/
H A Dtest_completion.rb10 cmds = %W[-rirb -rirb/completion -e IRB.setup(__FILE__)
15 status = assert_in_out_err(cmds, "", //, [], bug5938)
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_gem_runner.rb54 cmds = Gem::CommandManager.new
55 cmds.register_command :ba_test, test_obj
57 runner = Gem::GemRunner.new :command_manager => cmds
/macosx-10.9.5/xnu-2422.115.4/SETUP/setsegname/
H A Dsetsegname.c126 struct load_command * cmds; local
178 cmds = (typeof(cmds)) (hdr+1);
187 cmds = (typeof(cmds)) (hdr64+1);
200 cmdtype = cmds->cmd;
210 segcmd = (typeof(segcmd)) cmds;
220 segcmd = (typeof(segcmd)) cmds;
248 len = cmds->cmdsize;
252 cmds
[all...]
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dparse.c58 } cmds[] = { variable in typeref:struct:__anon10863
120 for (i = 0; cmds[i].name != NULL; i++)
121 if (strcmp(cmds[i].name, ptr) == 0) {
122 i = (*cmds[i].func) (el, argc, argv);
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timedc.tproj/
H A DMakefile5 CFILES = cmds.c cmdtab.c timedc.c \
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools/mpformats/
H A D_text.tcl73 global cmds ; set cmds [list] ; # Display list
87 proc Store {op args} {global cmds ; lappend cmds [list $op $args] ; return}
94 #proc Store {op args} {puts_stderr "STO $op $args"; global cmds; lappend cmds [list $op $args]; return}
125 global cmds ; set cmds [list] ; # Display list
265 global cmds
271 foreach cmd $cmds {
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pluginmgr/
H A Dpluginmgr.tcl42 # Key: cmds for plugin, value is cmds to invoke for them.
43 # - Interpreter to use for the -cmds (invoked commands). Default
52 option -cmds {}
162 -cmds $options(-cmds) \
228 onconfigure -cmds {newvalue} {
229 set current $options(-cmds)
231 set options(-cmds) $newvalue
304 if {![llength $options(-cmds)]} retur
[all...]
/macosx-10.9.5/Csu-79/
H A Dlazy_dylib_loader.c73 const struct load_command* const cmds = (struct load_command*)((char*)mh + sizeof(macho_header)); local
74 const struct load_command* cmd = cmds;
127 const struct load_command* const cmds = (struct load_command*)((char*)tmh + sizeof(macho_header)); local
128 const struct load_command* cmd = cmds;
142 cmd = cmds;
177 const struct load_command* const cmds = (struct load_command*)((char*)mh + sizeof(macho_header)); local
178 const struct load_command* cmd = cmds;
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dparse.c63 } cmds[] = { variable in typeref:struct:__anon886
125 for (i = 0; cmds[i].name != NULL; i++)
126 if (Strcmp(cmds[i].name, ptr) == 0) {
127 i = (*cmds[i].func) (el, argc, argv);
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dpcmpl-cvs.el120 (let (cmds)
122 (setq cmds (cons (match-string 1) cmds)))
123 (pcomplete-uniqify-list cmds))))
/macosx-10.9.5/libedit-39/src/
H A Dparse.c63 } cmds[] = { variable in typeref:struct:__anon9487
125 for (i = 0; cmds[i].name != NULL; i++)
126 if (Strcmp(cmds[i].name, ptr) == 0) {
127 i = (*cmds[i].func) (el, argc, argv);
/macosx-10.9.5/zsh-60/zsh/Util/
H A Dmkdisttree.sh58 cmds=`echo "$distfiles" | sed -e "$sed_separate"`
59 eval "$cmds"
/macosx-10.9.5/efax-36/efax/
H A Defaxio.c371 int setup ( TFILE *f, char **cmds, int ignerr ) argument
376 for ( ; ! err && *cmds ; cmds++ ) {
378 if ( *cmds && isdigit( **cmds ) ) {
382 if ( ( c = cmd ( f, *cmds, -TO_RESET ) ) != OK && c != VCONNECT &&
384 err = msg ( "E3modem command (%s) failed", *cmds ? *cmds : "none" ) ;
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/
H A Dremote-tk.rb198 def _appsend(enc_mode, async, *cmds)
201 p ['_appsend', [@remote, @displayof], enc_mode, async, cmds] if $DEBUG
204 elsif $SAFE >= 1 && cmds.find{|obj| obj.tainted?}
208 cmds = @interp._merge_tklist(*TkUtil::_conv_args([], enc_mode, *cmds))
212 '--', @remote, *cmds)
215 '--', @remote, *cmds)
219 @interp.__invoke('send', '-async', '--', @remote, *cmds)
221 @interp.__invoke('send', '--', @remote, *cmds)
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachO.cpp104 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
105 const struct load_command* cmd = cmds;
253 // only read more if cmds take up more space than first page
377 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
378 const struct load_command* cmd = cmds;
821 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
822 const struct load_command* cmd = cmds;
861 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
862 const struct load_command* cmd = cmds;
879 const struct load_command* const cmds local
900 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
942 const struct load_command* const cmds = (struct load_command*)((uint8_t*)mh+sizeof(macho_header)); local
983 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1030 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1111 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1311 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1360 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1506 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1638 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1662 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1702 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1758 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/tools/
H A DcheckLibraryDoc.tcl149 set cmds {}
174 lappend cmds $x
193 dump $cmds "Command APIs." $outFile
/macosx-10.9.5/tcl-102/tcl84/tcl/tools/
H A DcheckLibraryDoc.tcl149 set cmds {}
174 lappend cmds $x
193 dump $cmds "Command APIs." $outFile

Completed in 406 milliseconds

1234567