Definition at line 166 of file command.c.
Data Fields | |
rl_compentry_func_t * | args [MAXARGNO] |
String | doc |
CommandFunction * | function |
String | name |
Boolean | same |
|
array of completion functions for each argument Definition at line 170 of file command.c. Referenced by interface_completion(). |
|
|
function that implements the command Definition at line 172 of file command.c. Referenced by commandEval(). |
|
the name of the command Definition at line 168 of file command.c. Referenced by cmdHelp(), command_completion_function(), commandEval(), and interface_completion(). |
|
completion flag. This is set to 1 for those commands which use the same completion-function for all of their arguments Definition at line 174 of file command.c. Referenced by interface_completion(). |