parse.c | 55 struct Lookahead 79 static struct Lookahead lookahead[MAX_LOOKAHEAD + 1]; variable in typeref:struct:Lookahead 94 /* The nature of the lookahead buffer: 96 MAX_LOOKAHEAD lookahead tokens and a slot for the current token and value. 125 lookahead[i].type = getNextToken(buffer, &lookahead[i].value, &lookahead[i].line, &lookahead[i].comment, status); 141 ustr_deinit(&lookahead[i].value) [all...] |