Home
last modified time | relevance | path

Searched defs:cmdtab (Results 1 – 15 of 15) sorted by relevance

/trueos/usr.bin/systat/
HDsystat.h35 struct cmdtab { struct
36 const char *c_name; /* command name */
37 void (*c_refresh)(void); /* display refresh */
38 void (*c_fetch)(void); /* sets up data structures */
39 void (*c_label)(void); /* label display */
40 int (*c_init)(void); /* initialize namelist, etc. */
41 WINDOW *(*c_open)(void); /* open display */
42 void (*c_close)(WINDOW *); /* close display */
43 int (*c_cmd)(const char *, const char *); /* display command interpreter */
44 void (*c_reset)(void); /* reset ``mode since'' display */
[all …]
HDcmdtab.c42 struct cmdtab cmdtab[] = { variable
/trueos/usr.sbin/ppp/
HDcommand.h37 struct cmdtab const *cmdtab; /* The entire command table */ member
47 struct cmdtab { struct
48 const char *name;
49 const char *alias;
50 int (*func) (struct cmdargs const *);
51 u_char lauth;
52 const char *helpmes;
53 const char *syntax;
54 const void *args;
/trueos/sbin/atm/atmconfig/
HDatmconfig.h41 struct cmdtab { struct
43 const struct cmdtab *sub; argument
51 const struct cmdtab *cmd; argument
/trueos/usr.bin/mail/
HDcmdtab.c47 const struct cmd cmdtab[] = { variable
/trueos/usr.sbin/timed/timedc/
HDcmdtab.c47 struct cmd cmdtab[] = { variable
/trueos/usr.sbin/cdcontrol/
HDcdcontrol.c90 static struct cmdtab { struct
95 } cmdtab[] = { argument
/trueos/contrib/opie/
HDftpcmd.y160 struct tab cmdtab[], sitetab[]; variable
809 struct tab cmdtab[] = { /* In order defined in RFC 765 */ variable
/trueos/usr.sbin/lpr/lpc/
HDcmdtab.c67 struct cmd cmdtab[] = { variable
/trueos/sys/boot/fdt/
HDfdt_loader_cmd.c92 struct cmdtab { struct
98 static const struct cmdtab commands[] = { argument
/trueos/crypto/heimdal/appl/ftp/ftp/
HDcmdtab.c116 struct cmd cmdtab[] = { variable
/trueos/contrib/tnftp/src/
HDcmdtab.c197 struct cmd cmdtab[] = { variable
/trueos/usr.bin/tftp/
HDmain.c135 static struct cmd cmdtab[] = { variable
/trueos/crypto/heimdal/appl/telnet/telnet/
HDcommands.c2294 static Command cmdtab[] = { variable
/trueos/contrib/telnet/telnet/
HDcommands.c2536 static Command cmdtab[] = { variable