Searched refs:PL_utf8_idstart (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutf8.c1225 if (!PL_utf8_idstart) /* is_utf8_idstart would be more logical. */
1226 PL_utf8_idstart = swash_init("utf8", "IdStart", &PL_sv_undef, 0, 0);
1227 return swash_fetch(PL_utf8_idstart, p, TRUE) != 0;
H A Dperlapi.h631 #undef PL_utf8_idstart
632 #define PL_utf8_idstart (*Perl_Iutf8_idstart_ptr(aTHX))
H A Dembedvar.h455 #define PL_utf8_idstart (PERL_GET_INTERP->Iutf8_idstart) macro
777 #define PL_utf8_idstart (vTHX->Iutf8_idstart) macro
1102 #define PL_Iutf8_idstart PL_utf8_idstart
H A Dperl.c807 SvREFCNT_dec(PL_utf8_idstart);
827 PL_utf8_idstart = Nullsv;
H A Dsv.c11146 PL_utf8_idstart = sv_dup_inc(proto_perl->Iutf8_idstart, param);

Completed in 79 milliseconds