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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dtoke.c295 iscntrl(PL_multi_close)
297 PL_multi_close < 32 || PL_multi_close == 127
301 tmpbuf[1] = toCTRL(PL_multi_close);
307 *tmpbuf = (char)PL_multi_close;
6605 PL_multi_open = PL_multi_close = '<';
6965 PL_multi_close = term;
7010 if (PL_multi_open == PL_multi_close) {
7019 so we don't check PL_multi_close. */
7055 if (PL_multi_open == PL_multi_close) {
[all...]
H A Dperlapi.h401 #undef PL_multi_close
402 #define PL_multi_close (*Perl_Imulti_close_ptr(aTHX))
H A Dembedvar.h340 #define PL_multi_close (PERL_GET_INTERP->Imulti_close) macro
662 #define PL_multi_close (vTHX->Imulti_close) macro
987 #define PL_Imulti_close PL_multi_close
H A Dsv.c11083 PL_multi_close = proto_perl->Imulti_close;

Completed in 94 milliseconds