Searched refs:PL_tokenbuf (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dtoke.c200 sv_catpv(report, PL_tokenbuf);
775 s = scan_word(s, PL_tokenbuf, sizeof PL_tokenbuf, allow_pack, &len);
776 if (check_keyword && keyword(PL_tokenbuf, len))
786 PL_nextval[PL_nexttoke].opval = (OP*)newSVOP(OP_CONST,0, newSVpv(PL_tokenbuf,0));
788 if (UTF && !IN_BYTES && is_utf8_string((U8*)PL_tokenbuf, len))
1772 char tmpbuf[sizeof PL_tokenbuf * 4];
1888 char tmpbuf[sizeof PL_tokenbuf];
1914 if (gv || PL_last_lop_op == OP_PRINT || isUPPER(*PL_tokenbuf))
2942 s = scan_ident(s, PL_bufend, PL_tokenbuf, sizeo
3939 PL_tokenbuf); local
4059 PL_tokenbuf, PL_tokenbuf); local
4109 PL_tokenbuf); local
4118 lastchar, PL_tokenbuf); local
5385 PL_tokenbuf); local
[all...]
H A Dperlapi.h605 #undef PL_tokenbuf
606 #define PL_tokenbuf (*Perl_Itokenbuf_ptr(aTHX))
H A Dembedvar.h442 #define PL_tokenbuf (PERL_GET_INTERP->Itokenbuf) macro
764 #define PL_tokenbuf (vTHX->Itokenbuf) macro
1089 #define PL_Itokenbuf PL_tokenbuf
H A Dutf8.c1597 sv_setpv(tokenbufsv, PL_tokenbuf);
1613 Copy(pv, PL_tokenbuf, len+1, char);
H A Dsv.c11023 Copy(proto_perl->Itokenbuf, PL_tokenbuf, 256, char);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/
H A Dbytecode.h73 for (arg = PL_tokenbuf; (*arg = BGET_FGETC()); arg++) /* nothing */; \
74 arg = PL_tokenbuf; \

Completed in 75 milliseconds