Home
last modified time | relevance | path

Searched refs:lookaheads (Results 1 – 15 of 15) sorted by relevance

/openbsd/usr.bin/yacc/
H A Dlalr.c44 short *lookaheads; variable
176 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()
H A Dmkpar.c135 m = lookaheads[stateno]; in add_reductions()
136 n = lookaheads[stateno + 1]; in add_reductions()
H A Ddefs.h281 extern short *lookaheads;
H A Doutput.c255 free(lookaheads); in output_actions()
/openbsd/gnu/gcc/libcpp/
H A Dinternal.h374 unsigned int lookaheads; member
H A Dlex.c758 if (pfile->lookaheads) in _cpp_lex_token()
760 pfile->lookaheads--; in _cpp_lex_token()
H A Dmacro.c1191 pfile->lookaheads += count; in _cpp_backup_tokens()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcpphash.h380 unsigned int lookaheads; member
H A Dcpplex.c842 if (pfile->lookaheads)
844 pfile->lookaheads--;
H A Dcppmacro.c1222 pfile->lookaheads += count;
H A DChangeLog.43740 (_cpp_handle_diretive): Don't save to lookaheads
3744 (funlike_invocation_p): Don't save to lookaheads
4030 and releasing lookaheads.
H A DChangeLog.611143 (struct cpp_reader): Remove old lookahead stuff, add lookaheads.
11147 (cpp_destroy): Don't free lookaheads.
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlintro.pod630 Perl regexps also support backreferences, lookaheads, and all kinds of
H A Dperlre.pod2611 and by something that's not "123". Remember that the lookaheads
/openbsd/gnu/usr.bin/perl/t/re/
H A Dre_tests1078 a(?!b(?=a))(..) abababc y $1 bc # test nested lookaheads