Searched refs:PL_tokenbuf (Results 1 – 6 of 6) sorted by relevance
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | toke.c | 200 sv_catpv(report, PL_tokenbuf); in S_tokereport() 775 s = scan_word(s, PL_tokenbuf, sizeof PL_tokenbuf, allow_pack, &len); in S_force_word() 776 if (check_keyword && keyword(PL_tokenbuf, len)) in S_force_word() 786 PL_nextval[PL_nexttoke].opval = (OP*)newSVOP(OP_CONST,0, newSVpv(PL_tokenbuf,0)); in S_force_word() 788 if (UTF && !IN_BYTES && is_utf8_string((U8*)PL_tokenbuf, len)) in S_force_word() 1772 char tmpbuf[sizeof PL_tokenbuf * 4]; in S_intuit_more() 1888 char tmpbuf[sizeof PL_tokenbuf]; in S_intuit_method() 1914 if (gv || PL_last_lop_op == OP_PRINT || isUPPER(*PL_tokenbuf)) in S_intuit_method() 2942 s = scan_ident(s, PL_bufend, PL_tokenbuf, sizeof PL_tokenbuf, TRUE); 2944 force_ident(PL_tokenbuf, '*'); [all …]
|
| H A D | perlapi.h | 605 #undef PL_tokenbuf 606 #define PL_tokenbuf (*Perl_Itokenbuf_ptr(aTHX))
|
| H A D | embedvar.h | 442 #define PL_tokenbuf (PERL_GET_INTERP->Itokenbuf) macro 764 #define PL_tokenbuf (vTHX->Itokenbuf) macro 1089 #define PL_Itokenbuf PL_tokenbuf
|
| H A D | utf8.c | 1597 sv_setpv(tokenbufsv, PL_tokenbuf); in Perl_swash_init() 1613 Copy(pv, PL_tokenbuf, len+1, char); in Perl_swash_init()
|
| H A D | sv.c | 11023 Copy(proto_perl->Itokenbuf, PL_tokenbuf, 256, char); in perl_clone_using()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/ |
| H A D | bytecode.h | 73 for (arg = PL_tokenbuf; (*arg = BGET_FGETC()); arg++) /* nothing */; \ 74 arg = PL_tokenbuf; \
|