HomeSort by relevance Sort by last modified time
    Searched full:cmd_function_t (Results 1 - 3 of 3) sorted by null

  /external/quake/quake/src/WinQuake/
cmd.cpp 408 } cmd_function_t; typedef in typeref:struct:cmd_function_s
421 static cmd_function_t *cmd_functions; // possible commands to execute
534 cmd_function_t *cmd;
556 cmd = (cmd_function_t*) Hunk_Alloc (sizeof(cmd_function_t));
570 cmd_function_t *cmd;
590 cmd_function_t *cmd;
616 cmd_function_t *cmd;
WinQuake.ncb     [all...]
  /external/quake/quake/src/QW/client/
cmd.c 403 } cmd_function_t; typedef in typeref:struct:cmd_function_s
415 static cmd_function_t *cmd_functions; // possible commands to execute
514 cmd_function_t *cmd;
536 cmd = Hunk_Alloc (sizeof(cmd_function_t));
550 cmd_function_t *cmd;
570 cmd_function_t *cmd;
667 cmd_function_t *cmd;

Completed in 842 milliseconds