APG
… an ABNF Parser Generator
|
Keeps track of the display state for HTML display. More...
Data Fields | |
trace * | spTrace |
Pointer to the trace object's context. More... | |
const achar * | acpInput |
Pointer to the input string. More... | |
char * | cpOutput |
Pointer to a buffer to build output in. More... | |
aint | uiMatched |
True if a phrase was matched. More... | |
aint | uiRemainder |
Length of the remaining input string beyond the current sub-phrase. More... | |
char * | cpEmpty |
The display for and empty match. More... | |
char * | cpLastChar |
The display symbol for the end of string character. More... | |
Keeps track of the display state for HTML display.
Definition at line 51 of file trace-out.c.
const achar* html_info::acpInput |
Pointer to the input string.
Definition at line 53 of file trace-out.c.
char* html_info::cpEmpty |
The display for and empty match.
Definition at line 57 of file trace-out.c.
char* html_info::cpLastChar |
The display symbol for the end of string character.
Definition at line 58 of file trace-out.c.
char* html_info::cpOutput |
Pointer to a buffer to build output in.
Definition at line 54 of file trace-out.c.
trace* html_info::spTrace |
Pointer to the trace object's context.
Definition at line 52 of file trace-out.c.
aint html_info::uiMatched |
True if a phrase was matched.
Definition at line 55 of file trace-out.c.
aint html_info::uiRemainder |
Length of the remaining input string beyond the current sub-phrase.
Definition at line 56 of file trace-out.c.