Searched refs:PL_fold (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Debcdic_tables.h237 EXTCONST U8 PL_fold[256]; variable
239 EXTCONST U8 PL_fold[256] = { variable
615 EXTCONST U8 PL_fold[256]; variable
617 EXTCONST U8 PL_fold[256] = { variable
H A Dregcomp_trie.c585 case EXACTF: folder = PL_fold; break;
H A Dinline.h3167 if (*a != *b && *a != PL_fold[*b])
H A Dregexec.c2503 fold_array = PL_fold;
7207 fold_array = PL_fold;
7958 fold_array = PL_fold;
8000 fold_array = PL_fold;
H A Dperl.h5520 EXTCONST unsigned char PL_fold[] = { variable
5682 EXTCONST unsigned char PL_fold[]; variable
H A Dlocale.c2108 Copy(PL_fold, PL_fold_locale, 256, U8);
H A Dregcomp.c6773 else if (PL_fold[ender] != PL_fold_latin1[ender]) {
H A Dsv.c16061 Copy(PL_fold, PL_fold_locale, 256, U8);

Completed in 619 milliseconds