Public Attributes | |
struct cmd_function_s * | next |
char * | name |
xcommand_t | function |
xcommand_t cmd_function_s::function |
Definition at line 491 of file cmd.c.
Referenced by Cmd_AddCommand(), and Cmd_ExecuteString().
char* cmd_function_s::name |
Definition at line 490 of file cmd.c.
Referenced by Cmd_AddCommand(), Cmd_CompleteCommand(), Cmd_ExecuteString(), Cmd_Exists(), Cmd_List_f(), and Cmd_RemoveCommand().
struct cmd_function_s* cmd_function_s::next |
Definition at line 489 of file cmd.c.
Referenced by Cmd_AddCommand(), Cmd_CompleteCommand(), Cmd_ExecuteString(), Cmd_Exists(), Cmd_List_f(), and Cmd_RemoveCommand().