| CLI_clearFiles.c |
Implements clearing the list of open files. |
| CLI_clearTokens.c |
Handles command looping including file reading. |
| CLI_command.c |
Handles command looping including file reading. |
| CLI_dump.c |
Implements various debugging/dump facilities for CLI. |
| CLI_getValue.c |
Implements the CLI_getValue function. |
| CLI_indirect.c |
Implements CLI's ability to indirect to a file. |
| CLI_parse.c |
Parses the input line according to the provided syntax. |
| CLI_parseValue.c |
Parses a value (a parameter or the value of a qualifier). |
| CLI_present.c |
Implements the CLI_present function. |
| CLI_prvdefs.h |
Private include file for the CLI package. |
| CLI_report.c |
Report a message. |
| CLI_squeeze.c |
Squeeze extraneous white space out of a line. |
| CLI_syntax.c |
All syntax construction routines. |
| CLI_tv.c |
A functional example of a command line implemented using CLI. |
| CLI_tv.h |
Fake header file giving details of the executable interface. |