Home
last modified time | relevance | path

Searched refs:cmdtab (Results 1 – 25 of 52) sorted by relevance

123

/NextBSD/usr.bin/systat/
HDcmds.c52 struct cmdtab *p; in command()
81 for (p = cmdtab; p->c_name; p++) { in command()
113 if (p == (struct cmdtab *)-1) { in command()
150 struct cmdtab *
154 struct cmdtab *ct, *found; in lookup()
159 found = (struct cmdtab *) 0; in lookup()
160 for (ct = cmdtab; (p = ct->c_name); ct++) { in lookup()
174 return ((struct cmdtab *)-1); in lookup()
HDcmdtab.c42 struct cmdtab cmdtab[] = { variable
86 struct cmdtab *curcmd = &cmdtab[0];
HDextern.h37 extern struct cmdtab *curcmd;
38 extern struct cmdtab cmdtab[];
87 struct cmdtab *lookup(const char *);
HDmain.c149 struct cmdtab *p; in main()
152 if (p == (struct cmdtab *)-1) in main()
154 if (p == (struct cmdtab *)0) in main()
HDsystat.h35 struct cmdtab { struct
HDMakefile7 SRCS= cmds.c cmdtab.c devs.c fetch.c iostat.c keyboard.c main.c \
/NextBSD/usr.sbin/ppp/
HDcommand.h31 struct cmdtab;
37 struct cmdtab const *cmdtab; /* The entire command table */ member
38 struct cmdtab const *cmd; /* This command entry */
47 struct cmdtab { struct
/NextBSD/usr.sbin/timed/timedc/
HDtimedc.c151 for (c = cmdtab; c < &cmdtab[NCMDS]; c++) { in getcmd()
212 for (c = cmdtab; c < &cmdtab[NCMDS]; c++) { in help()
225 c = cmdtab + j * lines + i; in help()
227 if (c + lines >= &cmdtab[NCMDS]) { in help()
HDcmdtab.c47 struct cmd cmdtab[] = { variable
57 int NCMDS = sizeof (cmdtab) / sizeof (cmdtab[0]);
HDextern.h38 extern struct cmd cmdtab[];
HDMakefile8 SRCS= cmds.c cmdtab.c timedc.c byteorder.c measure.c cksum.c
/NextBSD/sbin/atm/atmconfig/
HDatmconfig.h41 struct cmdtab { struct
43 const struct cmdtab *sub; argument
51 const struct cmdtab *cmd; argument
HDprivate.h61 extern const struct cmdtab diag_tab[];
62 extern const struct cmdtab natm_tab[];
/NextBSD/usr.sbin/lpr/lpc/
HDcmdtab.c67 struct cmd cmdtab[] = { variable
90 int NCMDS = sizeof (cmdtab) / sizeof (cmdtab[0]);
HDlpc.c243 for (c = cmdtab; (p = c->c_name); c++) { in getcmd()
304 for (c = cmdtab; c->c_name; c++) { in help()
317 c = cmdtab + j * lines + i; in help()
320 if (c + lines >= &cmdtab[NCMDS]) { in help()
HDMakefile8 SRCS= lpc.c cmds.c cmdtab.c movejobs.c
HDextern.h76 extern struct cmd cmdtab[];
/NextBSD/crypto/heimdal/appl/ftp/ftp/
HDmain.c349 for (c = cmdtab; (p = c->c_name); c++) { in getcmd()
544 for (c = cmdtab; c < &cmdtab[NCMDS]; c++) { in help()
557 c = cmdtab + j * lines + i; in help()
565 if (c + lines >= &cmdtab[NCMDS]) { in help()
HDcmdtab.c116 struct cmd cmdtab[] = { variable
203 int NCMDS = (sizeof (cmdtab) / sizeof (cmdtab[0])) - 1;
HDMakefile.am17 cmdtab.c \
/NextBSD/contrib/tnftp/src/
HDMakefile.am7 cmdtab.c \
/NextBSD/contrib/opie/
HDftpcmd.y160 struct tab cmdtab[], sitetab[]; variable
400 help(cmdtab, (char *) 0);
415 help(cmdtab, (char *) $3);
809 struct tab cmdtab[] = { /* In order defined in RFC 765 */ variable
983 p = lookup(cmdtab, cbuf);
/NextBSD/usr.bin/ftp/
HDMakefile15 SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c \
/NextBSD/usr.bin/mail/
HDMakefile5 SRCS= version.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c edit.c fio.c \
/NextBSD/crypto/heimdal/appl/ftp/ftpd/
HDftpcmd.y67 extern struct tab cmdtab[];
383 help(cmdtab, (char *) 0);
399 help(cmdtab, $3);
932 struct tab cmdtab[] = { /* In order defined in RFC 765 */
1155 p = lookup(cmdtab, cbuf);

123