APG
… an ABNF Parser Generator
|
Keeps track of the display state for ASCII display. More...
Data Fields | |
const achar * | acpStr |
Pointer to the matched phrase. More... | |
aint | uiStrLen |
Length of the matched phrase. More... | |
char * | cpBuf |
Pointer to a scratch buffer. More... | |
int | n |
Keeps track of the length of the string in the scratch buffer. More... | |
Keeps track of the display state for ASCII display.
Definition at line 77 of file trace-out.c.
const achar* display_info::acpStr |
Pointer to the matched phrase.
Definition at line 78 of file trace-out.c.
char* display_info::cpBuf |
Pointer to a scratch buffer.
Definition at line 80 of file trace-out.c.
int display_info::n |
Keeps track of the length of the string in the scratch buffer.
Definition at line 81 of file trace-out.c.
aint display_info::uiStrLen |
Length of the matched phrase.
Definition at line 79 of file trace-out.c.