Home
last modified time | relevance | path

Searched refs:cmd_function_t (Results 1 – 3 of 3) sorted by relevance

/external/quake/quake/src/WinQuake/
Dcmd.cpp408 } cmd_function_t; typedef
421 static cmd_function_t *cmd_functions; // possible commands to execute
534 cmd_function_t *cmd; in Cmd_AddCommand()
556 cmd = (cmd_function_t*) Hunk_Alloc (sizeof(cmd_function_t)); in Cmd_AddCommand()
570 cmd_function_t *cmd; in Cmd_Exists()
590 cmd_function_t *cmd; in Cmd_CompleteCommand()
616 cmd_function_t *cmd; in Cmd_ExecuteString()
DWinQuake.ncb1244cmd_function_t *�Cmd_AddCommand�char *cmd_name�xcommand_t function�Cmd_Exec_f�Cmd_Alias_f�Cbuf_Add…
/external/quake/quake/src/QW/client/
Dcmd.c403 } cmd_function_t; typedef
415 static cmd_function_t *cmd_functions; // possible commands to execute
514 cmd_function_t *cmd; in Cmd_AddCommand()
536 cmd = Hunk_Alloc (sizeof(cmd_function_t)); in Cmd_AddCommand()
550 cmd_function_t *cmd; in Cmd_Exists()
570 cmd_function_t *cmd; in Cmd_CompleteCommand()
667 cmd_function_t *cmd; in Cmd_ExecuteString()