| /src/external/gpl2/gmake/dist/ |
| commands.h | 1 /* Definition of data structures describing shell commands for GNU Make. 19 /* Structure that gives the commands to make a file 20 and information about where these commands came from. */ 22 struct commands struct 24 struct floc fileinfo; /* Where commands were defined. */ 25 char *commands; /* Commands text. */ member in struct:commands 27 char **command_lines; /* Commands chopped up into lines. */ 39 extern void print_commands PARAMS ((struct commands *cmds)); 41 extern void chop_commands PARAMS ((struct commands *cmds)) [all...] |
| rule.h | 28 struct commands *cmds; /* Commands to execute. */ 36 char *target, *dep, *commands; member in struct:pspec 59 struct commands *commands,
|
| default.c | 25 #include "commands.h" 559 f->cmds = (struct commands *) xmalloc (sizeof (struct commands)); 561 f->cmds->commands = s[1];
|
| /src/external/bsd/kyua-cli/dist/utils/cmdline/ |
| commands_map_test.cpp | 82 cmdline::commands_map< cmdline::base_command_no_data > commands; local 83 ATF_REQUIRE(commands.empty()); 84 ATF_REQUIRE(commands.begin() == commands.end()); 91 cmdline::commands_map< cmdline::base_command_no_data > commands; local 93 commands.insert(cmd1); 95 commands.insert(cmd2, "foo"); 97 ATF_REQUIRE(!commands.empty()); 100 iter = commands.begin(); 110 ATF_REQUIRE(++iter == commands.end()) 117 cmdline::commands_map< cmdline::base_command_no_data > commands; local 131 cmdline::commands_map< cmdline::base_command_no_data > commands; local [all...] |
| /src/crypto/external/bsd/heimdal/dist/admin/ |
| NTMakefile | 45 $(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
|
| /src/sys/arch/i386/stand/lib/ |
| menuutils.c | 53 for (i = 0; commands[i].c_name != NULL; i++) { 54 if (strcmp(arg, commands[i].c_name) == 0) { 55 (*commands[i].c_fn)(options);
|
| /src/external/gpl2/groff/dist/src/roff/groff/ |
| groff.cpp | 55 // The number of commands must be in sync with MAX_COMMANDS in pipeline.h 96 possible_command commands[NCOMMANDS]; variable 126 commands[TROFF_INDEX].set_name(command_prefix, "troff"); 146 commands[SOELIM_INDEX].set_name(command_prefix, "soelim"); 147 commands[SOELIM_INDEX].append_arg(buf, optarg); 149 commands[TROFF_INDEX].append_arg(buf, optarg); 156 commands[TBL_INDEX].set_name(command_prefix, "tbl"); 159 commands[PIC_INDEX].set_name(command_prefix, "pic"); 162 commands[GRN_INDEX].set_name(command_prefix, "grn"); 165 commands[GRAP_INDEX].set_name(command_prefix, "grap") [all...] |
| pipeline.c | 214 int run_pipeline(int ncommands, char ***commands, int no_pipe) 228 /* If no_pipe is set, just run the commands in sequence 234 sprintf(err_str, "%s: pipe", commands[i][0]); 249 sprintf(err_str, "%s: dup2(stdout)", commands[i][0]); 253 sprintf(err_str, "%s: close(pipe[WRITE])", commands[i][0]); 267 sprintf(err_str, " %s: dup2(stdin)", commands[i][0]); 271 sprintf(err_str, "%s: close(last_input)", commands[i][0]); 276 sprintf(err_str, "%s: dup2(stdout)", commands[i][0]); 280 sprintf(err_str, "%s: close(pipe[WRITE])", commands[i][0]); 289 sprintf(err_str, "%s: dup2(stdin)", commands[i][0]) [all...] |
| /src/crypto/external/bsd/heimdal/dist/kuser/ |
| NTMakefile | 77 $(OBJ)\heimtools-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)\heimtools-commands.c $(OBJ)\heimtools-commands.h: heimtools-commands.i [all...] |
| heimtools.c | 38 #include "heimtools-commands.h" 64 sl_slc_help(commands, argc, argv); 124 * Support linking of heimtools to commands 130 sl_slc_help(commands, 0, NULL); 153 ret = sl_command(commands, argc, argv); 155 sl_did_you_mean(commands, argv[0]); 161 sl_slc_help(commands, argc, argv);
|
| /src/external/gpl2/texinfo/dist/makeinfo/tests/ |
| node-expand | 7 ../makeinfo --commands-in-node-names $srcdir/node-expand.txi
|
| /src/usr.bin/make/unit-tests/ |
| deptgt-end-jobs.mk | 37 # The deferred commands are run in the order '.END .BEGIN all'. 41 # At the point where the commands of a node with deferred commands are run, 42 # the deferred commands are appended to the commands of the .END node. 44 # deferred commands of the .END node itself are not appended to itself. 45 # Instead, the deferred commands of the .END node are run as if they were 46 # immediate commands.
|
| deptgt-end.mk | 36 # The deferred commands are run in the order '.END .BEGIN all'. 40 # At the point where the commands of a node with deferred commands are run, 41 # the deferred commands are appended to the commands of the .END node. 43 # deferred commands of the .END node itself are not appended to itself. 44 # Instead, the deferred commands of the .END node are run as if they were 45 # immediate commands.
|
| depsrc-meta.exp | 1 Skipping meta for actual-test: no commands
|
| shell-custom.mk | 3 # Tests for using a custom shell for running the commands.
|
| shell-sh.mk | 3 # Tests for using a bourne shell for running the commands.
|
| /src/external/gpl3/gcc/dist/contrib/ |
| repro_fail | 58 # Find the commands in LOGF that reference PATTERN. 67 # Collect all the command lines into the COMMANDS array. 75 commands[$num_lines]=$line 83 echo -n "Enter the list of commands to run or '0' to run them all: " 91 # Finally, execute all the commands we were told to execute. 93 cmd=${commands[$cmd_num]}
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| repro_fail | 58 # Find the commands in LOGF that reference PATTERN. 67 # Collect all the command lines into the COMMANDS array. 75 commands[$num_lines]=$line 83 echo -n "Enter the list of commands to run or '0' to run them all: " 91 # Finally, execute all the commands we were told to execute. 93 cmd=${commands[$cmd_num]}
|
| /src/crypto/external/bsd/heimdal/dist/kadmin/ |
| NTMakefile | 67 $(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
|
| /src/external/bsd/kyua-cli/dist/cli/ |
| main.cpp | 158 cmdline::commands_map< cli::cli_command > commands; local 160 commands.insert(new cli::cmd_about()); 161 commands.insert(new cli::cmd_config()); 162 commands.insert(new cli::cmd_db_exec()); 163 commands.insert(new cli::cmd_db_migrate()); 164 commands.insert(new cli::cmd_help(&options, &commands)); 166 commands.insert(new cli::cmd_debug(), "Workspace"); 167 commands.insert(new cli::cmd_list(), "Workspace"); 168 commands.insert(new cli::cmd_test(), "Workspace") [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| hook-stop.exp | 22 # Define the hook-stop that runs COMMANDS. 24 proc define_hook_stop {commands} { 27 -re "Type commands for definition of \"hook-stop\".\r\nEnd with a line saying just \"end\".\r\n>$" { 28 gdb_test "$commands\nend" "" "$test" 34 # that runs COMMANDS. If running to main fails, this returns to the 37 proc setup {commands} { 50 define_hook_stop $commands
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| hook-stop.exp | 22 # Define the hook-stop that runs COMMANDS. 24 proc define_hook_stop {commands} { 27 -re "Type commands for definition of \"hook-stop\".\r\nEnd with a line saying just \"end\".\r\n>$" { 28 gdb_test "$commands\nend" "" "$test" 34 # that runs COMMANDS. If running to main fails, this returns to the 37 proc setup {commands} { 50 define_hook_stop $commands
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| ShCommands.py | 62 def __init__(self, commands, negate=False, pipe_err=False): 63 self.commands = commands 68 return 'Pipeline(%r, %r, %r)' % (self.commands, self.negate, 75 return ((self.commands, self.negate, self.pipe_err) == 76 (other.commands, other.negate, self.pipe_err)) 83 for cmd in self.commands: 85 if cmd is not self.commands[-1]:
|
| /src/external/gpl2/lvm2/dist/tools/ |
| lvm2cmdline.h | 25 struct command *commands; member in struct:cmdline_context
|
| /src/external/gpl3/gdb/dist/readline/readline/examples/ |
| fileman.c | 83 /* A structure which contains information on the commands this program 92 COMMAND commands[] = { variable 210 for (i = 0; commands[i].name; i++) 211 if (strcmp (name, commands[i].name) == 0) 212 return (&commands[i]); 305 while (name = commands[list_index].name) 319 /* FileMan Commands */ 324 commands. */ 400 /* Print out help for ARG, or for all of the commands if ARG is 409 for (i = 0; commands[i].name; i++ [all...] |