HomeSort by: relevance | last modified time | path
    Searched refs:commands (Results 1 - 25 of 256) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /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/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/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.
opt-query.mk 6 # None of the commands in the targets are run, not even those that are
13 # commands Ensures that none of the targets is made.
28 . for target in commands
30 @${MAKE} -r -f ${MAKEFILE} -q ${mode:Mjobs:%=-j1} ${target} PART=commands \
59 .elif ${PART} == "commands"
65 # None of these commands are run.
70 # None of these commands are run.
71 commands:
74 # The exit status 1 is because the "commands" target has to be made, that is,
opt-no-action-runflags.mk 3 # Tests for the -n command line option, which runs almost no commands,
4 # combined with the RunFlags '@', '-', '+' for individual commands.
  /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/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/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/bsd/tmux/dist/
cmd-parse.y 54 struct cmd_parse_commands *commands;
83 struct cmd_parse_commands *commands;
109 struct cmd_parse_commands *commands;
111 struct cmd_parse_commands *commands;
128 %type <commands> argument_statements statements statement
129 %type <commands> commands condition condition1
139 ps->commands = $1;
174 | commands
330 cmd_parse_free_commands($4.commands);
386 commands : command label
    [all...]
  /src/sys/stand/efiboot/
prompt.c 138 for (i = 0; commands[i].c_name != NULL; i++) {
139 if (strcmp(arg, commands[i].c_name) == 0) {
140 (*commands[i].c_fn)(options);
  /src/usr.bin/sdpquery/
sdpquery.c 66 } commands[] = { variable in typeref:struct:command
143 for (cmd = commands ; cmd->command != NULL; cmd++) {
172 "Commands:\n");
174 for (cmd = commands ; cmd->command != NULL ; cmd++)
  /src/external/bsd/top/bin/
Makefile 15 SRCS= color.c commands.c display.c hash.c screen.c \
35 commands.c: sigdesc.h
42 COPTS.commands.c+= ${CC_WNO_CAST_FUNCTION_TYPE}
  /src/tests/lib/libcurses/slave/
Makefile 12 SRCS= slave.c commands.c curses_commands.c
  /src/usr.bin/telnet/
Makefile 47 SRCS= authenc.c commands.c main.c network.c ring.c sys_bsd.c telnet.c \
79 .for f in commands telnet terminal utilities

Completed in 47 milliseconds

1 2 3 4 5 6 7 8 91011