Public Attributes | |
| list_t | hashEntry |
| list_t | listEntry |
| xcommand_t | function |
| xcompleter_t | completer |
| char * | name |
| xcompleter_t cmd_function_s::completer |
Definition at line 822 of file cmd.c.
Referenced by Cmd_Complete_f(), Cmd_FindCompleter(), and Cmd_RegCommand().
| xcommand_t cmd_function_s::function |
Definition at line 821 of file cmd.c.
Referenced by Cmd_Complete_f(), Cmd_ExecuteCommand(), Cmd_FindFunction(), and Cmd_RegCommand().
| list_t cmd_function_s::hashEntry |
Definition at line 818 of file cmd.c.
Referenced by Cmd_Complete_f(), Cmd_RegCommand(), and Cmd_RemoveCommand().
| list_t cmd_function_s::listEntry |
Definition at line 819 of file cmd.c.
Referenced by Cmd_Complete_f(), Cmd_RegCommand(), and Cmd_RemoveCommand().
| char* cmd_function_s::name |
Definition at line 823 of file cmd.c.
Referenced by Cmd_Command_g(), Cmd_Complete_f(), Cmd_Find(), Cmd_List_f(), and Cmd_RegCommand().