Searched refs:PL_nexttype (Results 1 – 1 of 1) sorted by relevance
88 # define PL_nexttype (PL_parser->nexttype) macro2159 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()