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

12

/freebsd-current/usr.sbin/ppp/
H A Dcommand.h31 struct cmdtab;
37 struct cmdtab const *cmdtab; /* The entire command table */ member in struct:cmdargs
38 struct cmdtab const *cmd; /* This command entry */
47 struct cmdtab { struct
H A Dcommand.c200 showcx(struct cmdtab const *cmd)
213 struct cmdtab const *cmd;
223 for (cmd = arg->cmdtab; cmd->name || cmd->alias; cmd++)
234 for (cmd = arg->cmdtab; cmd->func; cmd++)
246 for (cmd = arg->cmdtab; cmd->func; cmd++)
760 static struct cmdtab const NatCommands[] =
802 static struct cmdtab const AllowCommands[] = {
812 static struct cmdtab const IfaceCommands[] =
838 static struct cmdtab const Commands[] = {
979 static struct cmdtab cons
[all...]
/freebsd-current/usr.sbin/lpr/lpc/
H A Dcmdtab.c61 struct cmd cmdtab[] = { variable in typeref:struct:cmd
84 int NCMDS = sizeof (cmdtab) / sizeof (cmdtab[0]);
H A DMakefile7 SRCS= lpc.c cmds.c cmdtab.c movejobs.c
H A Dlpc.c231 for (c = cmdtab; (p = c->c_name); c++) {
292 for (c = cmdtab; c->c_name; c++) {
305 c = cmdtab + j * lines + i;
308 if (c + lines >= &cmdtab[NCMDS]) {
H A Dextern.h74 extern struct cmd cmdtab[];
/freebsd-current/contrib/tnftp/src/
H A DMakefile.am7 cmdtab.c \
/freebsd-current/usr.bin/systat/
H A Dcmdtab.c38 struct cmdtab cmdtab[] = { variable in typeref:struct:cmdtab
85 struct cmdtab *curcmd = &cmdtab[0];
H A Dcmds.c48 struct cmdtab *p;
77 for (p = cmdtab; p->c_name; p++) {
109 if (p == (struct cmdtab *)-1) {
146 struct cmdtab *
150 struct cmdtab *ct, *found;
155 found = (struct cmdtab *) 0;
156 for (ct = cmdtab; (p = ct->c_name); ct++) {
170 return ((struct cmdtab *)-1);
H A Dextern.h36 extern struct cmdtab *curcmd;
37 extern struct cmdtab cmdtab[];
92 struct cmdtab *lookup(const char *);
H A Dsystat.h35 struct cmdtab { struct
H A DMakefile5 SRCS= cmds.c cmdtab.c devs.c fetch.c iolat.c iostat.c keyboard.c main.c sysput.c \
H A Dmain.c154 struct cmdtab *p;
157 if (p == (struct cmdtab *)-1)
159 if (p == (struct cmdtab *)0)
/freebsd-current/usr.bin/ftp/
H A DMakefile15 SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c \
/freebsd-current/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-current/usr.bin/tip/tip/
H A DMakefile41 SRCS= acu.c acutab.c cmds.c cmdtab.c cu.c hunt.c log.c partab.c \
/freebsd-current/usr.bin/mail/
H A DMakefile4 SRCS= version.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c edit.c fio.c \
H A Dcmdtab.c41 const struct cmd cmdtab[] = { variable in typeref:struct:cmd
H A Dcmd1.c218 extern const struct cmd cmdtab[];
223 for (cc = 0, cp = cmdtab; cp->c_name != NULL; cp++) {
H A Dlex.c45 extern const struct cmd cmdtab[];
495 for (cp = &cmdtab[0]; cp->c_name != NULL; cp++)
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.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);
/freebsd-current/usr.sbin/cdcontrol/
H A Dcdcontrol.c88 static struct cmdtab { struct
93 } cmdtab[] = { variable in typeref:struct:cmdtab
155 struct cmdtab *c;
160 for (c=cmdtab; c->name; ++c) {
1211 struct cmdtab *c;
1246 for (c=cmdtab; c->name; ++c) {

Completed in 202 milliseconds

12