Lines Matching refs:TRUE

1365 yield = TRUE;  in read_number()
1437 yield = TRUE; in read_repeat_counts()
1839 if (c >= 0x20000000l) { overflow = TRUE; break; } in PRIV()
1843 if (c > (utf ? 0x10ffffU : 0xffU)) { overflow = TRUE; break; } in PRIV()
1845 if (c > (utf ? 0x10ffffU : 0xffffU)) { overflow = TRUE; break; } in PRIV()
1847 if (utf && c > 0x10ffffU) { overflow = TRUE; break; } in PRIV()
1913 if (c >= 0x10000000l) { overflow = TRUE; break; } in PRIV()
1918 overflow = TRUE; in PRIV()
2084 *negptr = TRUE; in get_ucp()
2125 return TRUE; in get_ucp()
2204 return TRUE; in check_posix_syntax()
2368 return TRUE; in read_name()
2484 okquantifier = TRUE; \
2487 #define PARSED_LITERAL(c, p) *p++ = c; okquantifier = TRUE;
2727 inescq = TRUE; in parse_regex()
2947 okquantifier = TRUE; in parse_regex()
2979 okquantifier = TRUE; in parse_regex()
2994 okquantifier = TRUE; in parse_regex()
3012 okquantifier = TRUE; in parse_regex()
3055 okquantifier = TRUE; in parse_regex()
3115 okquantifier = TRUE; in parse_regex()
3133 okquantifier = TRUE; in parse_regex()
3209 okquantifier = TRUE; in parse_regex()
3230 *has_lookbehind = TRUE; in parse_regex()
3283 negate_class = TRUE; in parse_regex()
3314 BOOL char_is_literal = TRUE; in parse_regex()
3369 posix_negate = TRUE; in parse_regex()
3482 cb->cx->extra_options, TRUE, cb); in parse_regex()
3508 inescq = TRUE; /* Enter literal mode */ in parse_regex()
3877 inverbname = TRUE; in parse_regex()
3935 BOOL hyphenok = TRUE; in parse_regex()
4067 okquantifier = TRUE; in parse_regex()
4114 okquantifier = TRUE; in parse_regex()
4127 okquantifier = TRUE; in parse_regex()
4358 was_r_ampersand = TRUE; in parse_regex()
4471 *has_lookbehind = TRUE; in parse_regex()
4561 isdupname = ng->isdup = TRUE; /* Mark as a duplicate */ in parse_regex()
4562 cb->dupnames = TRUE; /* Duplicate names exist */ in parse_regex()
4628 okquantifier = TRUE; in parse_regex()
5245 return TRUE; in find_dupname_details()
5493 matched_char = TRUE; in compile_branch()
5511 matched_char = TRUE; in compile_branch()
5534 matched_char = TRUE; in compile_branch()
5621 reset_caseful = TRUE; in compile_branch()
5702 xclass_has_prop = TRUE; in compile_branch()
5812 should_flip_negation = TRUE; in compile_branch()
5821 should_flip_negation = TRUE; in compile_branch()
5837 should_flip_negation = TRUE; in compile_branch()
5879 xclass_has_prop = TRUE; in compile_branch()
5987 xclass = TRUE; in compile_branch()
6123 cb->had_accept = had_accept = TRUE; in compile_branch()
6144 cb->had_pruneorskip = TRUE; in compile_branch()
6169 cb->had_pruneorskip = TRUE; in compile_branch()
6441 note_group_empty = TRUE; in compile_branch()
6476 matched_char = TRUE; in compile_branch()
6533 else if (group_return > 0) matched_char = TRUE; in compile_branch()
6593 groupsetfirstcu = TRUE; in compile_branch()
6832 if (previous_matched_char && repeat_min > 0) matched_char = TRUE; in compile_branch()
6859 possessive_quantifier = TRUE; in compile_branch()
7707 cb->had_recurse = TRUE; in compile_branch()
7746 matched_char = TRUE; in compile_branch()
7825 matched_char = TRUE; in compile_branch()
8300 if (!is_anchored(scode, bracket_map, cb, atomcount, TRUE)) return FALSE; in is_anchored()
8343 return TRUE; in is_anchored()
8406 if (!is_startline(scode, bracket_map, cb, atomcount, TRUE)) return FALSE; in is_startline()
8438 if (!is_startline(scode, bracket_map, cb, atomcount, TRUE)) in is_startline()
8476 return TRUE; in is_startline()
8663 PCRE2_SPTR scode = first_significant_code(code + 1+LINK_SIZE + xl, TRUE); in find_firstassertedcu()
9322 grouplength = get_grouplength(&pptr, TRUE, errcodeptr, lcptr, group, in get_branchlength()
9448 return TRUE; in set_lookbehind_lengths()
10293 pcre2_printint(re, stderr, TRUE); in pcre2_compile()