Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dtoke.c452 iscntrl(PL_multi_close) in S_missingterm()
454 PL_multi_close < 32 || PL_multi_close == 127 in S_missingterm()
458 tmpbuf[1] = (char)toCTRL(PL_multi_close); in S_missingterm()
463 *tmpbuf = (char)PL_multi_close; in S_missingterm()
9523 PL_multi_open = PL_multi_close = '<';
9883 PL_multi_close = term;
9928 if (PL_multi_open == PL_multi_close) {
9974 if (PL_multi_open == PL_multi_close) {
10014 ((s[1] == PL_multi_open) || (s[1] == PL_multi_close)))
10020 else if (*s == PL_multi_close && --brackets <= 0)
[all …]
Dembedvar.h343 #define PL_multi_close (PERL_GET_INTERP->Imulti_close) macro
668 #define PL_multi_close (vTHX->Imulti_close) macro
996 #define PL_Imulti_close PL_multi_close
Dperlapi.h422 #undef PL_multi_close
423 #define PL_multi_close (*Perl_Imulti_close_ptr(aTHX))
Dsv.c11337 PL_multi_close = proto_perl->Imulti_close; in perl_clone_using()