Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dtoke.c88 # define PL_nexttype (PL_parser->nexttype) macro
2159 assert(PL_nexttoke < C_ARRAY_LENGTH(PL_nexttype)); in S_force_next()
2160 PL_nexttype[PL_nexttoke] = type; in S_force_next()
9735 next_type = PL_nexttype[PL_nexttoke]; in Perl_yylex()