#include <commline.h>

Public Attributes | |
| int | EvaluatingTopLevelCommand |
| int | HaltCommandLoopBatch |
| struct expr * | CurrentCommand |
| char * | CommandString |
| size_t | MaximumCharacters |
| int | ParsingTopLevelCommand |
| char * | BannerString |
| int(* | EventFunction )(void *) |
| int(* | AfterPromptFunction )(void *) |
| int(* | BeforeCommandExecutionFunction )(void *) |
Definition at line 34 of file commline.h.
Definition at line 36 of file commline.h.
Definition at line 37 of file commline.h.
struct expr* commandLineData::CurrentCommand [read] |
Definition at line 39 of file commline.h.
Definition at line 40 of file commline.h.
Definition at line 41 of file commline.h.
Definition at line 42 of file commline.h.
Definition at line 43 of file commline.h.
| int(* commandLineData::EventFunction)(void *) |
| int(* commandLineData::AfterPromptFunction)(void *) |
| int(* commandLineData::BeforeCommandExecutionFunction)(void *) |
1.5.6