Searched refs:commands (Results 1 - 25 of 527) sorted by relevance

1234567891011>>

/macosx-10.9.5/zsh-60/zsh/Functions/VCS_Info/
H A DVCS_INFO_check_com12 (( ${+commands[$1]} )) && return 0
/macosx-10.9.5/Security-55471.14.18/security2/
H A Dsecurity_tool_commands.c21 const command commands[] = variable
/macosx-10.9.5/ruby-104/ruby/test/net/ftp/
H A Dtest_ftp.rb138 commands = []
141 commands.push(sock.gets)
143 commands.push(sock.gets)
145 commands.push(sock.gets)
153 assert_match(/\AUSER /, commands.shift)
154 assert_match(/\APASS /, commands.shift)
155 assert_equal("TYPE I\r\n", commands.shift)
156 assert_equal(nil, commands.shift)
166 commands = []
169 commands
[all...]
/macosx-10.9.5/Heimdal-323.92.1/admin/
H A DNTMakefile45 $(OBJ)\ktutil-commands.obj \
62 $(OBJ)\ktutil-commands.c $(OBJ)\ktutil-commands.h: ktutil-commands.in
64 $(CP) $(SRCDIR)\ktutil-commands.in $(OBJ)
65 $(BINDIR)\slc.exe ktutil-commands.in
69 $(OBJ)\ktutil-commands.h
/macosx-10.9.5/groff-38/groff/src/roff/groff/
H A Dgroff.cpp53 // The number of commands must be in sync with MAX_COMMANDS in pipeline.h
94 possible_command commands[NCOMMANDS]; variable
124 commands[TROFF_INDEX].set_name(command_prefix, "troff");
143 commands[SOELIM_INDEX].set_name(command_prefix, "soelim");
144 commands[SOELIM_INDEX].append_arg(buf, optarg);
146 commands[TROFF_INDEX].append_arg(buf, optarg);
153 commands[TBL_INDEX].set_name(command_prefix, "tbl");
156 commands[PIC_INDEX].set_name(command_prefix, "pic");
159 commands[GRN_INDEX].set_name(command_prefix, "grn");
162 commands[GRAP_INDE
[all...]
H A Dpipeline.c212 int run_pipeline(int ncommands, char ***commands, int no_pipe) argument
226 /* If no_pipe is set, just run the commands in sequence
232 sprintf(err_str, "%s: pipe", commands[i][0]);
247 sprintf(err_str, "%s: dup2(stdout)", commands[i][0]);
251 sprintf(err_str, "%s: close(pipe[WRITE])", commands[i][0]);
265 sprintf(err_str, " %s: dup2(stdin)", commands[i][0]);
269 sprintf(err_str, "%s: close(last_input)", commands[i][0]);
274 sprintf(err_str, "%s: dup2(stdout)", commands[i][0]);
278 sprintf(err_str, "%s: close(pipe[WRITE])", commands[i][0]);
287 sprintf(err_str, "%s: dup2(stdin)", commands[
359 run_pipeline(int ncommands, char ***commands, int no_pipe) argument
447 run_pipeline(int ncommands, char ***commands, int no_pipe) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/kuser/
H A DNTMakefile77 $(OBJ)\kcc-commands.obj \
102 $(LIBEXECDIR)\kdigest.exe: $(OBJ)\kdigest-commands.obj $(OBJ)\kdigest.obj $(BINLIBS) $(LIBSL) $(OBJ)\kdigest-version.res
109 $(OBJ)\kdigest-commands.c $(OBJ)\kdigest-commands.h: kdigest-commands.in
111 $(CP) $(SRCDIR)\kdigest-commands.in $(OBJ)
112 $(BINDIR)\slc.exe kdigest-commands.in
115 $(OBJ)\kcc-commands.c $(OBJ)\kcc-commands.h: kcc-commands
[all...]
H A Dkcc.c36 #include "kcc-commands.h"
62 sl_slc_help(commands, argc, argv);
131 * Support linking of kcc to commands
137 sl_slc_help(commands, 0, NULL);
160 ret = sl_command(commands, argc, argv);
168 sl_slc_help(commands, argc, argv);
/macosx-10.9.5/llvmCore-3425.0.33/utils/lit/lit/
H A DShCommands.py39 def __init__(self, commands, negate=False, pipe_err=False):
40 self.commands = commands
45 return 'Pipeline(%r, %r, %r)' % (self.commands, self.negate,
52 return cmp((self.commands, self.negate, self.pipe_err),
53 (other.commands, other.negate, self.pipe_err))
60 for cmd in self.commands:
62 if cmd is not self.commands[-1]:
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/demos/
H A Dqsort.tcl15 if {[llength [info commands ::ffidl::callback]] == 0} {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/tepam/
H A D1a_procedure_subcommand.demo20 # This demo shows how how procedure sub commands can be created and called
29 DemoControl(IsExecutable) {[info commands my_procedure]=={}}
61 DemoControl(IsExecutable) {[info commands my_procedure]!={} && !$Executed}
64 # for the procedure and for all its sub-commands:
75 DemoControl(IsExecutable) {[info commands my_procedure]!={} && !$Executed}
94 DemoControl(IsExecutable) {[info commands my_procedure]!={} && !$Executed}
H A D1_procedure_introduction.demo33 DemoControl(IsExecutable) {[info commands {display message}]=={}}
64 DemoControl(IsExecutable) {[info commands {display message}]!={} && !$Executed}
73 DemoControl(IsExecutable) {[info commands {display message}]!={} && !$Executed}
84 DemoControl(IsExecutable) {[info commands {display message}]!={} && !$Executed}
105 DemoControl(IsExecutable) {[info commands {display message}]!={}}
/macosx-10.9.5/tcl-102/tk/tk/tests/
H A Dconstraints.tcl164 testConstraint testbitmap [llength [info commands testbitmap]]
165 testConstraint testborder [llength [info commands testborder]]
166 testConstraint testcbind [llength [info commands testcbind]]
167 testConstraint testclipboard [llength [info commands testclipboard]]
168 testConstraint testcolor [llength [info commands testcolor]]
169 testConstraint testcursor [llength [info commands testcursor]]
170 testConstraint testembed [llength [info commands testembed]]
171 testConstraint testfont [llength [info commands testfont]]
172 testConstraint testmakeexist [llength [info commands testmakeexist]]
173 testConstraint testmenubar [llength [info commands testmenuba
[all...]
/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dcommands.c39 #include "commands.h"
55 " help : list available commands" },
58 " f.read file : process commands from file" },
69 /* local dictionary manipulation commands */
84 /* dynamic store manipulation commands */
156 " help : list available commands" },
159 " f.read file : process commands from file" },
170 /* network configuration manipulation commands */
242 " help : list available commands" },
245 " f.read file : process commands fro
311 __private_extern__ cmdInfo *commands = NULL; variable
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/SecurityTool/
H A DSecurityTool.h35 /* Entry in commands array for a command. */
46 * Add commands here at will.
50 extern const command commands[];
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxslt/library/
H A Dtclxslt.tcl26 foreach proc [info commands ${ns}::*] {
/macosx-10.9.5/zsh-60/zsh/Completion/Debian/Command/
H A D_update-rc.d21 .) _wanted commands expl commands compadd start stop && return ;;
/macosx-10.9.5/smb-697.95.1/smbutil/
H A Dsmbutil.c61 static struct commands { struct
65 } commands[] = { variable in typeref:struct:commands
76 static struct commands *
79 struct commands *cmd;
81 for (cmd = commands; cmd->name; cmd++) {
128 struct commands *cmd;
146 struct commands *cmd;
/macosx-10.9.5/Heimdal-323.92.1/kadmin/
H A DNTMakefile67 $(OBJ)\kadmin-commands.obj \
78 INCFILES=$(OBJ)\kadmin-commands.h
80 $(OBJ)\kadmin-commands.c $(OBJ)\kadmin-commands.h: kadmin-commands.in
82 $(CP) $(SRCDIR)\kadmin-commands.in $(OBJ)
83 $(BINDIR)\slc.exe kadmin-commands.in
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoken.ml8 (* commands *)
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoken.ml8 (* commands *)
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoken.ml8 (* commands *)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-AddressBook/
H A Dsetup.py17 from PyObjCMetaData.commands import extra_cmdclass, extra_options
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-AppleScriptKit/
H A Dsetup.py15 from PyObjCMetaData.commands import extra_cmdclass, extra_options
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Automator/
H A Dsetup.py17 from PyObjCMetaData.commands import extra_cmdclass, extra_options

Completed in 255 milliseconds

1234567891011>>