Searched refs:lookaheads (Results 1 – 15 of 15) sorted by relevance
44 short *lookaheads; variable176 lookaheads = NEW2(nstates + 1, short); in initialize_LA()180 lookaheads[i] = k; in initialize_LA()185 lookaheads[nstates] = k; in initialize_LA()431 i = lookaheads[stateno]; in add_lookback_edge()432 k = lookaheads[stateno + 1]; in add_lookback_edge()510 n = lookaheads[nstates]; in compute_lookaheads()
135 m = lookaheads[stateno]; in add_reductions()136 n = lookaheads[stateno + 1]; in add_reductions()
281 extern short *lookaheads;
255 free(lookaheads); in output_actions()
374 unsigned int lookaheads; member
758 if (pfile->lookaheads) in _cpp_lex_token()760 pfile->lookaheads--; in _cpp_lex_token()
1191 pfile->lookaheads += count; in _cpp_backup_tokens()
380 unsigned int lookaheads; member
842 if (pfile->lookaheads)844 pfile->lookaheads--;
1222 pfile->lookaheads += count;
3740 (_cpp_handle_diretive): Don't save to lookaheads3744 (funlike_invocation_p): Don't save to lookaheads4030 and releasing lookaheads.
11143 (struct cpp_reader): Remove old lookahead stuff, add lookaheads.11147 (cpp_destroy): Don't free lookaheads.
630 Perl regexps also support backreferences, lookaheads, and all kinds of
2611 and by something that's not "123". Remember that the lookaheads
1078 a(?!b(?=a))(..) abababc y $1 bc # test nested lookaheads