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

Data Fields | |
| char * | cmdname |
| NAMETAB * | switches |
| int | perms |
| int | extra |
| int | callseq |
| int | hookmask |
| union { | |
| void(* handler )(void) | |
| ADDENT * addent | |
| }; | |
Definition at line 244 of file command.h.
| union { ... } |
Definition at line 255 of file command.h.
Referenced by dbclean_RenumberAttributes(), do_addcommand(), do_delcommand(), and do_listcommands().
| int CMDENT::callseq |
Definition at line 250 of file command.h.
Referenced by CF_HAND(), dbclean_RenumberAttributes(), do_addcommand(), do_delcommand(), do_listcommands(), process_cmdent(), and process_command().
| char* CMDENT::cmdname |
Definition at line 246 of file command.h.
Referenced by CF_HAND(), do_addcommand(), do_delcommand(), do_hook(), higcheck(), hook_fail(), hook_loop(), process_cmdent(), and process_command().
| int CMDENT::extra |
Definition at line 249 of file command.h.
Referenced by CF_HAND(), do_addcommand(), and process_cmdent().
| void(* CMDENT::handler)(void) |
Referenced by CF_HAND().
| int CMDENT::hookmask |
Definition at line 251 of file command.h.
Referenced by CF_HAND(), do_addcommand(), do_hook(), higcheck(), hook_loop(), process_cmdent(), and process_command().
| int CMDENT::perms |
Definition at line 248 of file command.h.
Referenced by CF_HAND(), check_command(), do_addcommand(), process_cmdent(), and process_command().
Definition at line 247 of file command.h.
Referenced by CF_HAND(), do_addcommand(), process_cmdent(), and process_command().
1.4.7