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

1234567891011

/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dcommands.h1 /* Definition of data structures describing shell commands for GNU Make.
20 /* Structure that gives the commands to make a file
21 and information about where these commands came from. */
23 struct commands struct
25 struct floc fileinfo; /* Where commands were defined. */
26 char *commands; /* Commands text. */ member in struct:commands
40 extern void print_commands PARAMS ((struct commands *cmds));
42 extern void chop_commands PARAMS ((struct commands *cmds));
H A Drule.h29 struct commands *cmds; /* Commands to execute. */
46 char *target, *dep, *commands; member in struct:pspec
71 struct commands *commands,
H A Dmakefile.vms90 objs = commands.obj,job.obj,dir.obj,file.obj,misc.obj,hash.obj,\
94 srcs = commands.c job.c dir.c file.c misc.c hash.c\
98 commands.h dep.h filedef.h job.h make.h rule.h variable.h
118 commands.obj: commands.c make.h dep.h commands.h filedef.h variable.h job.h
119 job.obj: job.c make.h commands.h job.h filedef.h variable.h
121 file.obj: file.c make.h commands.h dep.h filedef.h variable.h
124 main.obj: main.c make.h commands.h dep.h filedef.h variable.h job.h
125 read.obj: read.c make.h commands
[all...]
H A Ddefault.c25 #include "commands.h"
550 f->cmds = (struct commands *) xmalloc (sizeof (struct commands));
552 f->cmds->commands = s[1];
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/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
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/
H A Dmenuutils.c53 for (i = 0; commands[i].c_name != NULL; i++) {
54 if (strcmp(arg, commands[i].c_name) == 0) {
55 (*commands[i].c_fn)(options);
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/groff/
H A Dgroff.cpp55 // 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");
145 commands[SOELIM_INDEX].set_name(command_prefix, "soelim");
146 commands[SOELIM_INDEX].append_arg(buf, optarg);
148 commands[TROFF_INDEX].append_arg(buf, optarg);
155 commands[TBL_INDEX].set_name(command_prefix, "tbl");
158 commands[PIC_INDEX].set_name(command_prefix, "pic");
161 commands[GRN_INDEX].set_name(command_prefix, "grn");
164 commands[GRAP_INDE
[all...]
H A Dpipeline.c214 int run_pipeline(int ncommands, char ***commands, int no_pipe) argument
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[
361 run_pipeline(int ncommands, char ***commands, int no_pipe) argument
449 run_pipeline(int ncommands, char ***commands, int no_pipe) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/kuser/
H A DNTMakefile74 $(OBJ)\kcc-commands.obj \
99 $(LIBEXECDIR)\kdigest.exe: $(OBJ)\kdigest-commands.obj $(OBJ)\kdigest.obj $(BINLIBS) $(LIBSL) $(OBJ)\kdigest-version.res
106 $(OBJ)\kdigest-commands.c $(OBJ)\kdigest-commands.h: kdigest-commands.in
108 $(CP) $(SRCDIR)\kdigest-commands.in $(OBJ)
109 $(BINDIR)\slc.exe kdigest-commands.in
112 $(OBJ)\kcc-commands.c $(OBJ)\kcc-commands.h: kcc-commands
[all...]
H A Dkcc.c38 #include "kcc-commands.h"
64 sl_slc_help(commands, argc, argv);
124 * Support linking of kcc to commands
130 sl_slc_help(commands, 0, NULL);
153 ret = sl_command(commands, argc, argv);
161 sl_slc_help(commands, argc, argv);
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/tests/
H A Dnode-expand7 ../makeinfo --commands-in-node-names $srcdir/node-expand.txi
/netbsd-6-1-5-RELEASE/external/mit/xorg/bin/missing-apps/rstart/commands/x11r6/
H A DMakefile5 CFDIR= commands/x11r6
/netbsd-6-1-5-RELEASE/x11/bin/rstart/commands/x11r6/
H A DMakefile5 CFDIR= commands/x11r6
/netbsd-6-1-5-RELEASE/dist/smbfs/smbutil/
H A Dsmbutil.c29 static struct commands { struct
34 } commands[] = { variable in typeref:struct:commands
46 static struct commands *
49 struct commands *cmd;
51 for (cmd = commands; cmd->name; cmd++) {
78 struct commands *cmd;
96 struct commands *cmd;
143 printf("where commands are:\n"
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/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
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/sbin/kdigest/
H A DMakefile12 HEIMSRCS+= kdigest.c kdigest-commands.in
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/tools/
H A Dlvm2cmdline.h25 struct command *commands; member in struct:cmdline_context
/netbsd-6-1-5-RELEASE/external/mit/xorg/bin/missing-apps/rstart/commands/
H A DMakefile5 CFDIR= commands
/netbsd-6-1-5-RELEASE/x11/bin/rstart/commands/
H A DMakefile5 CFDIR= commands
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/examples/
H A Dfileman.c74 /* A structure which contains information on the commands this program
83 COMMAND commands[] = { variable
200 for (i = 0; commands[i].name; i++)
201 if (strcmp (name, commands[i].name) == 0)
202 return (&commands[i]);
294 while (name = commands[list_index].name)
313 commands. */
384 /* Print out help for ARG, or for all of the commands if ARG is
392 for (i = 0; commands[i].name; i++)
394 if (!*arg || (strcmp (arg, commands[
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/sdpquery/
H A Dsdpquery.c66 } commands[] = { variable in typeref:struct:command
143 for (cmd = commands ; cmd->command != NULL; cmd++) {
174 for (cmd = commands ; cmd->command != NULL ; cmd++)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/bin/gsstool/
H A DMakefile12 HEIMSRCS= gsstool.c gss-commands.in
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/bin/hxtool/
H A DMakefile12 HEIMSRCS= hxtool.c hxtool-commands.in
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/sbin/iprop-log/
H A DMakefile11 HEIMSRCS= iprop-log.c iprop-commands.in
/netbsd-6-1-5-RELEASE/usr.sbin/pcictl/
H A Dpcictl.c80 static const struct command commands[] = { variable in typeref:struct:command
117 for (i = 0; commands[i].cmd_name != NULL; i++)
118 if (strcmp(cmdname, commands[i].cmd_name) == 0)
120 if (commands[i].cmd_name == NULL)
128 pcifd = open(dvname, commands[i].open_flags);
136 (*commands[i].cmd_func)(argc, argv);
148 fprintf(stderr, " Available commands:\n");
149 for (i = 0; commands[i].cmd_name != NULL; i++)
150 fprintf(stderr, "\t%s %s\n", commands[i].cmd_name,
151 commands[
[all...]

Completed in 191 milliseconds

1234567891011