Searched refs:PL_utf8_space (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | utf8.c | 1267 if (!PL_utf8_space) 1268 PL_utf8_space = swash_init("utf8", "IsSpacePerl", &PL_sv_undef, 0, 0); 1269 return swash_fetch(PL_utf8_space, p, TRUE) != 0;
|
H A D | perlapi.h | 641 #undef PL_utf8_space 642 #define PL_utf8_space (*Perl_Iutf8_space_ptr(aTHX))
|
H A D | regexec.c | 1365 if (*s == ' ' || swash_fetch(PL_utf8_space,(U8*)s, do_utf8)) { 1423 if (!(*s == ' ' || swash_fetch(PL_utf8_space,(U8*)s, do_utf8))) { 2656 ? swash_fetch(PL_utf8_space, (U8*)locinput, do_utf8) 2686 ? swash_fetch(PL_utf8_space, (U8*)locinput, do_utf8) 4148 swash_fetch(PL_utf8_space,(U8*)scan, do_utf8))) { 4177 swash_fetch(PL_utf8_space,(U8*)scan, do_utf8))) {
|
H A D | embedvar.h | 460 #define PL_utf8_space (PERL_GET_INTERP->Iutf8_space) macro 782 #define PL_utf8_space (vTHX->Iutf8_space) macro 1107 #define PL_Iutf8_space PL_utf8_space
|
H A D | perl.c | 793 SvREFCNT_dec(PL_utf8_space); 813 PL_utf8_space = Nullsv;
|
H A D | sv.c | 11132 PL_utf8_space = sv_dup_inc(proto_perl->Iutf8_space, param);
|
Completed in 191 milliseconds