Searched refs:nexttoke (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dparser.h106 U8 nexttoke; member in struct:yy_parser
H A Dtoke.c87 # define PL_nexttoke (PL_parser->nexttoke)
882 parser->nexttoke = 0;
975 I32 nexttoke = parser->nexttoke; local
977 while (nexttoke--) {
978 if (S_is_opval_token(parser->nexttype[nexttoke] & 0xffff)
979 && parser->nextval[nexttoke].opval
980 && parser->nextval[nexttoke].opval->op_slabbed
981 && OpSLAB(parser->nextval[nexttoke].opval) == slab) {
982 op_free(parser->nextval[nexttoke]
[all...]
H A Dsv.c13890 parser->nexttoke = proto->nexttoke;

Completed in 217 milliseconds