Home
last modified time | relevance | path

Searched refs:EXACTFL (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/
H A Dregcomp_study.c113 if (OP(node) == EXACTFL) { in S_make_exactf_invlist()
132 * is true of EXACTFL ones when the locale is UTF-8 */ in S_make_exactf_invlist()
149 * node are the problematic ones in EXACTFL nodes */ in S_make_exactf_invlist()
150 if (OP(node) == EXACTFL && is_PROBLEMATIC_LOCALE_FOLDEDS_START_cp(uc)) { in S_make_exactf_invlist()
151 /* We need to check for the possibility that this EXACTFL in S_make_exactf_invlist()
221 if (OP(node) == EXACTFL) { in S_make_exactf_invlist()
223 /* If either [iI] are present in an EXACTFL node the above code in S_make_exactf_invlist()
937 * 2) for EXACTFL nodes whose folding rules depend on the locale in force at in Perl_is_ssc_worth_it()
1004 * in EXACTFL nodes aren't known until runtime, and vary as the locale in Perl_ssc_finalize()
1014 * folds in EXACTFL node
[all...]
H A Dregexec.c2596 should actually happen only in EXACTFL nodes */ in S_find_byclass()
4725 || (op == EXACTFL && IN_UTF8_CTYPE_LOCALE)) in S_setup_EXACTISH_ST()
4727 if (op == EXACTFL && IN_UTF8_TURKIC_LOCALE) { in S_setup_EXACTISH_ST()
4736 if (utf8_pat) { /* Here, must have been EXACTFL, so look at the in S_setup_EXACTISH_ST()
4931 if (UNLIKELY(op == EXACTFL) && folded < 256) { in S_setup_EXACTISH_ST()
4934 else if ( op == EXACTFL && utf8_target && utf8_pat in S_setup_EXACTISH_ST()
5006 if ( op == EXACTFL in S_setup_EXACTISH_ST()
7150 case EXACTFL: /* /abc/il */ in S_regmatch()
7234 || (state_num == EXACTFL && IN_UTF8_CTYPE_LOCALE)) in S_regmatch()
H A Dregnodes.h605 #define EXACTFL 45 /* 0x2d Like EXACT, but match macro
H A Dregcomp.sym158 EXACTFL EXACT, str ; Like EXACT, but match using /il rules; (string not likely to be…
H A Dregcomp.c6236 * Similarly, we can convert EXACTFL nodes to EXACTFLU8 if they in S_regatom()
6698 node_type = EXACTFL; in S_regatom()
6784 || node_type == EXACTFL) in S_regatom()
7435 else if (node_type == EXACTFL) { in S_regatom()
11487 op = EXACTFL; in S_optimize_regclass()
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D500400039 EXACTFL # Z added by devel/scanprov
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperldebguts.pod687 EXACTFL str Like EXACT, but match using /il rules;