-
Cmd_CommandAdd()
- Adds a command to the command table.
-
Cmd_CommandDefined()
- True iff a command named 'name' is defined.
-
Cmd_CommandExecute()
- Executes a command line.
-
Cmd_CommandRemove()
- Removes given command from the command table.
-
Cmd_End()
- Ends the command package.
-
Cmd_FileOpen()
- Opens the file with the given mode.
-
Cmd_Init()
- Initializes the command package.
-
Cmd_SecureCommandExecute()
- Secure layer for Cmd_CommandExecute
Last updated on 2012/11/18 14h:16