Lines Matching full:but
74 BOUNDL BOUND, no ; Like BOUND/BOUNDU, but \w and \W are defined by current locale
79 NBOUNDL NBOUND, no ; Like NBOUND/NBOUNDU, but \w and \W are defined by current locale
87 ANYOFD ANYOF, sv charclass S ; Like ANYOF, but /d is in effect
88 ANYOFL ANYOF, sv charclass S ; Like ANYOF, but /l is in effect
89 ANYOFPOSIXL ANYOF, sv charclass_posixl S ; Like ANYOFL, but matches [[:posix:]] classes
92 ANYOFH ANYOFH, sv 1 S ; Like ANYOF, but only has "High" matches, none in the bitmap; th…
93 ANYOFHb ANYOFH, sv 1 S ; Like ANYOFH, but all matches share the same UTF-8 start byte, g…
94 ANYOFHr ANYOFH, sv 1 S ; Like ANYOFH, but the flags field contains packed bounds for all…
95 ANYOFHs ANYOFH, sv:str 1 S ; Like ANYOFHb, but has a string field that gives the leading…
97 ANYOFRb ANYOFR, packed 1 S ; Like ANYOFR, but all matches share the same UTF-8 start byte,…
107 # comparing the strings, but not by much, and negligible in 2 or 3 byte
113 ANYOFHbbm ANYOFHbbm none bbm S ; Like ANYOFHb, but only for 2-byte UTF-8 characters; uses a bit…
115 ANYOFM ANYOFM, byte 1 S ; Like ANYOF, but matches an invariant byte as determined by the …
156 EXACTL EXACT, str ; Like EXACT, but /l is in effect (used so locale-related warning…
157 EXACTF EXACT, str ; Like EXACT, but match using /id rules; (string not UTF-8, ASCII…
158 EXACTFL EXACT, str ; Like EXACT, but match using /il rules; (string not likely to be…
159 EXACTFU EXACT, str ; Like EXACT, but match using /iu rules; (string folded)
163 # fold to 'ss', but because of /aa, it instead folds to a pair of LATIN SMALL
165 EXACTFAA EXACT, str ; Like EXACT, but match using /iaa rules; (string folded except MICRO…
171 EXACTFUP EXACT, str ; Like EXACT, but match using /iu rules; (string not UTF-8, folded ex…
178 EXACTFLU8 EXACT, str ; Like EXACTFU, but use /il, UTF-8, (string is folded, and everything…
179 EXACT_REQ8 EXACT, str ; Like EXACT, but only UTF-8 encoded targets can match
180 LEXACT_REQ8 EXACT, len:str 1 ; Like LEXACT, but only UTF-8 encoded targets can match
181 EXACTFU_REQ8 EXACT, str ; Like EXACTFU, but only UTF-8 encoded targets can match
183 # but these would be extremely uncommon
185 EXACTFU_S_EDGE EXACT, str ; /di rules, but nothing in it precludes /ui, except begins and/o…
198 TRIEC TRIE,trie charclass ; Same as TRIE, but with embedded charclass data
202 AHOCORASICKC TRIE,trie charclass ; Same as AHOCORASICK, but with embedded charclass data
233 SROPEN SROPEN, none ; Same as OPEN, but for script run
240 # regnode, but by having a separate node type, we can use the existing switch
286 OPFAIL ENDLIKE, no-sv 1 ; Same as (?!), but with verb arg
311 #* This is not really a node, but an optimized away piece of a "long"