Quake II RTX doxygen  1.0 dev
cmd_function_s Struct Reference

Public Attributes

list_t hashEntry
 
list_t listEntry
 
xcommand_t function
 
xcompleter_t completer
 
char * name
 

Detailed Description

Definition at line 817 of file cmd.c.

Member Data Documentation

◆ completer

xcompleter_t cmd_function_s::completer

Definition at line 822 of file cmd.c.

Referenced by Cmd_Complete_f(), Cmd_FindCompleter(), and Cmd_RegCommand().

◆ function

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().

◆ hashEntry

list_t cmd_function_s::hashEntry

Definition at line 818 of file cmd.c.

Referenced by Cmd_Complete_f(), Cmd_RegCommand(), and Cmd_RemoveCommand().

◆ listEntry

list_t cmd_function_s::listEntry

Definition at line 819 of file cmd.c.

Referenced by Cmd_Complete_f(), Cmd_RegCommand(), and Cmd_RemoveCommand().

◆ name

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().