Version 7.0
Copyright © 2021 Lowell D. Thomas
APG
… an ABNF Parser Generator
Data Fields
display_info Struct Reference

Keeps track of the display state for ASCII display. More...

Data Fields

const acharacpStr
 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...
 

Detailed Description

Keeps track of the display state for ASCII display.

Definition at line 77 of file trace-out.c.

Field Documentation

◆ acpStr

const achar* display_info::acpStr

Pointer to the matched phrase.

Definition at line 78 of file trace-out.c.

◆ cpBuf

char* display_info::cpBuf

Pointer to a scratch buffer.

Definition at line 80 of file trace-out.c.

◆ n

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.

◆ uiStrLen

aint display_info::uiStrLen

Length of the matched phrase.

Definition at line 79 of file trace-out.c.


The documentation for this struct was generated from the following file:
APG Version 7.0 is licensed under the 2-Clause BSD License,
an Open Source Initiative Approved License.