- allocBuf
bool allocBuf;
Undocumented in source.
- buf
char* buf;
Undocumented in source.
- cmtStart
charptr cmtStart;
- cmtStop
charptr cmtStop;
Undocumented in source.
- file_line
int file_line;
Undocumented in source.
- filename
char* filename;
- flags
int flags;
- javadocCmtStart
charptr javadocCmtStart;
Undocumented in source.
- javadoc_read
bool javadoc_read;
Undocumented in source.
- keywords
char[TCOD_LEX_KEYWORD_SIZE][TCOD_LEX_MAX_KEYWORDS] keywords;
Undocumented in source.
- lastStringDelim
char lastStringDelim;
Undocumented in source.
- last_javadoc_comment
char* last_javadoc_comment;
- nb_keywords
int nb_keywords;
Undocumented in source.
- nb_symbols
int nb_symbols;
Undocumented in source.
- pos
char* pos;
Undocumented in source.
- savept
bool savept;
Undocumented in source.
- simpleCmt
charptr simpleCmt;
Undocumented in source.
- stringDelim
charptr stringDelim;
Undocumented in source.
- symbols
char[TCOD_LEX_SYMBOL_SIZE][TCOD_LEX_MAX_SYMBOLS] symbols;
Undocumented in source.
- tok
char* tok;
Undocumented in source.
- token_float_val
float token_float_val;
- token_idx
int token_idx;
- token_int_val
int token_int_val;
- token_type
int token_type;
Undocumented in source.
- toklen
int toklen;
Undocumented in source.