Typedefs | |
typedef struct cmd_provider_s | cmd_provider_t |
typedef struct cmdalias_s | cmdalias_t |
Functions | |
int | Cmd_AddCommand (const char *cmd_name, xcommand_t function, const char *description) |
void | Cmd_AddProvider (const char *name, cbuf_interpreter_t *interp) |
int | Cmd_Argc (void) |
const char * | Cmd_Args (int start) |
const char * | Cmd_Argv (int arg) |
int | Cmd_Command (cbuf_args_t *args) |
const char ** | Cmd_CompleteBuildList (const char *partial) |
const char * | Cmd_CompleteCommand (const char *partial) |
int | Cmd_CompleteCountPossible (const char *partial) |
void | Cmd_Exec_File (cbuf_t *cbuf, const char *path, int qfs) |
int | Cmd_ExecuteString (const char *text, cmd_source_t src) |
qboolean | Cmd_Exists (const char *cmd_name) |
cbuf_interpreter_t * | Cmd_GetProvider (const char *name) |
void | Cmd_Init (void) |
void | Cmd_Init_Hash (void) |
int | Cmd_RemoveCommand (const char *name) |
void | Cmd_StuffCmds (cbuf_t *cbuf) |
Variables | |
cbuf_args_t * | cmd_args |
cmd_source_t | cmd_source |
cvar_t * | cmd_warncmd |
typedef struct cmd_provider_s cmd_provider_t |
typedef struct cmdalias_s cmdalias_t |