#include <command.h>
Collaboration diagram for cmdentry:

Data Fields | |
| char * | cmdname |
| NAMETAB * | switches |
| int | perms |
| int | extra |
| int | callseq |
| void(* | handler )() |
Definition at line 178 of file command.h.
Definition at line 183 of file command.h.
Referenced by cf_cmd_alias(), do_addcommand(), do_delcommand(), do_listcommands(), init_cmdtab(), process_cmdent(), and process_command().
| char* cmdentry::cmdname |
Definition at line 179 of file command.h.
Referenced by cf_cmd_alias(), init_cmdtab(), list_cmdaccess(), list_cmdswitches(), list_cmdtable(), and process_cmdent().
| int cmdentry::extra |
Definition at line 182 of file command.h.
Referenced by cf_cmd_alias(), init_cmdtab(), and process_cmdent().
| void(* cmdentry::handler)() |
Referenced by cf_cmd_alias(), do_addcommand(), do_delcommand(), do_listcommands(), init_cmdtab(), and process_cmdent().
| int cmdentry::perms |
Definition at line 181 of file command.h.
Referenced by cf_access(), cf_acmd_access(), cf_cmd_alias(), check_command(), init_cmdtab(), list_cmdaccess(), list_cmdswitches(), list_cmdtable(), process_cmdent(), and process_command().
Definition at line 180 of file command.h.
Referenced by cf_access(), cf_cmd_alias(), init_cmdtab(), list_cmdswitches(), and process_cmdent().
1.4.7