Searched refs:cmdtab (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-11-stable/usr.sbin/timed/timedc/
H A Dcmdtab.c32 static char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) 6/6/93";
47 struct cmd cmdtab[] = { variable in typeref:struct:cmd
57 int NCMDS = sizeof (cmdtab) / sizeof (cmdtab[0]);
H A Dextern.h38 extern struct cmd cmdtab[];
H A DMakefile8 SRCS= cmds.c cmdtab.c timedc.c byteorder.c measure.c cksum.c
H A Dtimedc.c151 for (c = cmdtab; c < &cmdtab[NCMDS]; c++) {
212 for (c = cmdtab; c < &cmdtab[NCMDS]; c++) {
225 c = cmdtab + j * lines + i;
227 if (c + lines >= &cmdtab[NCMDS]) {
/freebsd-11-stable/usr.sbin/ppp/
H A Dcommand.h33 struct cmdtab;
39 struct cmdtab const *cmdtab; /* The entire command table */ member in struct:cmdargs
40 struct cmdtab const *cmd; /* This command entry */
49 struct cmdtab { struct
/freebsd-11-stable/sbin/atm/atmconfig/
H A Datmconfig.h41 struct cmdtab { struct
43 const struct cmdtab *sub;
51 const struct cmdtab *cmd;
H A Dprivate.h61 extern const struct cmdtab diag_tab[];
62 extern const struct cmdtab natm_tab[];
/freebsd-11-stable/contrib/tnftp/src/
H A DMakefile.am7 cmdtab.c \
/freebsd-11-stable/usr.bin/systat/
H A Dcmdtab.c35 static const char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) 6/6/93";
42 struct cmdtab cmdtab[] = { variable in typeref:struct:cmdtab
86 struct cmdtab *curcmd = &cmdtab[0];
H A Dcmds.c52 struct cmdtab *p;
81 for (p = cmdtab; p->c_name; p++) {
113 if (p == (struct cmdtab *)-1) {
150 struct cmdtab *
154 struct cmdtab *ct, *found;
159 found = (struct cmdtab *) 0;
160 for (ct = cmdtab; (p = ct->c_name); ct++) {
174 return ((struct cmdtab *)-1);
H A Dextern.h37 extern struct cmdtab *curcmd;
38 extern struct cmdtab cmdtab[];
87 struct cmdtab *lookup(const char *);
H A Dsystat.h35 struct cmdtab { struct
H A DMakefile7 SRCS= cmds.c cmdtab.c devs.c fetch.c iostat.c keyboard.c main.c sysput.c \
H A Dmain.c149 struct cmdtab *p;
152 if (p == (struct cmdtab *)-1)
154 if (p == (struct cmdtab *)0)
/freebsd-11-stable/usr.sbin/lpr/lpc/
H A DMakefile8 SRCS= lpc.c cmds.c cmdtab.c movejobs.c
H A Dcmdtab.c32 static char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) 6/6/93";
67 struct cmd cmdtab[] = { variable in typeref:struct:cmd
90 int NCMDS = sizeof (cmdtab) / sizeof (cmdtab[0]);
H A Dextern.h76 extern struct cmd cmdtab[];
H A Dlpc.c243 for (c = cmdtab; (p = c->c_name); c++) {
304 for (c = cmdtab; c->c_name; c++) {
317 c = cmdtab + j * lines + i;
320 if (c + lines >= &cmdtab[NCMDS]) {
/freebsd-11-stable/usr.bin/ftp/
H A DMakefile15 SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c \
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A DMakefile.am17 cmdtab.c \
H A Dcmdtab.c116 struct cmd cmdtab[] = { variable in typeref:struct:cmd
203 int NCMDS = (sizeof (cmdtab) / sizeof (cmdtab[0])) - 1;
H A Dmain.c349 for (c = cmdtab; (p = c->c_name); c++) {
544 for (c = cmdtab; c < &cmdtab[NCMDS]; c++) {
557 c = cmdtab + j * lines + i;
565 if (c + lines >= &cmdtab[NCMDS]) {
H A Dextern.h156 extern struct cmd cmdtab[];
/freebsd-11-stable/usr.bin/mail/
H A DMakefile5 SRCS= version.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c edit.c fio.c \
/freebsd-11-stable/usr.bin/tip/tip/
H A DMakefile41 SRCS= acu.c acutab.c cmds.c cmdtab.c cu.c hunt.c log.c partab.c \

Completed in 131 milliseconds

12