Searched refs:PL_nextval (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dtoke.c414 SAVEVPTR(PL_nextval[toke]);
731 * will need to set PL_nextval[], and possibly PL_expect to ensure the lexer
786 PL_nextval[PL_nexttoke].opval = (OP*)newSVOP(OP_CONST,0, newSVpv(PL_tokenbuf,0));
787 PL_nextval[PL_nexttoke].opval->op_private |= OPpCONST_BARE;
789 SvUTF8_on(((SVOP*)PL_nextval[PL_nexttoke].opval)->op_sv);
809 PL_nextval[PL_nexttoke].opval = o;
889 PL_nextval[PL_nexttoke].opval = version;
1936 PL_nextval[PL_nexttoke].opval = (OP*)newSVOP(OP_CONST, 0,
1938 PL_nextval[PL_nexttoke].opval->op_private = OPpCONST_BARE;
2222 yylval = PL_nextval[PL_nexttok
[all...]
H A Dperlapi.h415 #undef PL_nextval
416 #define PL_nextval (*Perl_Inextval_ptr(aTHX))
H A Dembedvar.h347 #define PL_nextval (PERL_GET_INTERP->Inextval) macro
669 #define PL_nextval (vTHX->Inextval) macro
994 #define PL_Inextval PL_nextval
H A Dsv.c11048 Copy(proto_perl->Inextval, PL_nextval, 5, YYSTYPE);

Completed in 84 milliseconds