Searched refs:EXACTF (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/ext/re/t/ |
| H A D | regop.t | 209 #floating ""$ at 3..4 (checking floating) stclass "EXACTF <.>" minlen 3 216 #Matching stclass "EXACTF <.>" against ".exe"
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | regcomp_study.c | 78 * the given EXACTF-ish node. This is for use in creating ssc nodes, so there 934 * 1) for EXACTF nodes that contain LATIN SMALL LETTER SHARP S, as only if the in Perl_is_ssc_worth_it() 1005 * changes. Some folds in EXACTF depend on if the runtime target string 1011 * unfolded for now. This happens for the sharp s in EXACTF and EXACTFAA 1013 * be an EXACTF node with a UTF-8 pattern.) They also occur for various 1020 * updated to account for multibyte Unicode.) Sharp s in EXACTF and 1027 * isn't UTF-8) EXACTF and EXACTFAA for such unfolded folds, and returns a 1034 * EXACTF and EXACTFAA nodes that contain the sharp s. (The reason the 1038 * EXACTF nodes because we don't know at compile time if it actually 1039 * matches 'ss' or not. For EXACTF node [all...] |
| H A D | regcomp.sym | 72 # BOUND, POSIX and their complements are affected, as well as EXACTF. 147 # By convention, folding nodes begin with EXACTF; A digit 8 is in the name if 157 EXACTF EXACT, str ; Like EXACT, but match using /id rules; (string not UTF-8, ASCII…
|
| H A D | regnodes.h | 594 #define EXACTF 44 /* 0x2c Like EXACT, but match macro
|
| H A D | regcomp_trie.c | 597 case EXACTF: folder = PL_fold; break; in Perl_make_trie()
|
| H A D | regcomp.c | 5460 return op + EXACTF; in S_regatom() 6230 /* We can convert EXACTF nodes to EXACTFU if they contain only in S_regatom() 6232 * string's UTF8ness. The reason to do this is that EXACTF is not in S_regatom() 6405 * becomes /u. That means it can't be an EXACTF node, in S_regatom() 6407 if (node_type == EXACTF) { in S_regatom() 6411 * differs between EXACTF and EXACTFU, reparse it in S_regatom() 7428 && (node_type == EXACTFU || ( node_type == EXACTF in S_regatom() 7459 else if (node_type == EXACTF) { /* Means is /di */ in Perl_populate_anyof_bitmap_from_invlist() 11684 { /* An EXACTF node containing a single character 's', in S_optimize_regclass() 11694 op = EXACTF; in S_optimize_regclass() [all...] |
| H A D | regexec.c | 1603 * This leaves EXACTF-ish only, which are dealt with in in Perl_re_intuit_start() 2535 /* The idea in the non-utf8 EXACTF* cases is to first find the first in S_find_byclass() 2536 * character of the EXACTF* node and then, if necessary, in S_find_byclass() 4724 if ( (op == EXACTF && utf8_target) in S_setup_EXACTISH_ST() 4917 /* This may generate illegal combinations for things like EXACTF, in S_setup_EXACTISH_ST() 4990 /* EXACTF doesn't have any non-ascii folds */ in S_setup_EXACTISH_ST() 4991 if (op == EXACTF && (! isASCII(folded) || ! isASCII(fold_from))) { in S_setup_EXACTISH_ST() 7220 case EXACTF: /* /abc/i This node only generated for in S_regmatch()
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perldebtut.pod | 623 2: EXACTF <pe>(4) 626 8: EXACTF <a>(0) 629 14: EXACTF <rl>(16) 633 `EXACTF <pe>' anchored(BOL) minlen 4
|
| H A D | perldebguts.pod | 684 EXACTF str Like EXACT, but match using /id rules;
|
| H A D | perl5300delta.pod | 1359 C<< /di >> nodes ending or beginning in I<s> are now C<< EXACTF >>. We do not
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| H A D | 5004000 | 38 EXACTF # Z added by devel/scanprov
|