Lines Matching refs:BOOL
134 static BOOL
1316 static BOOL
1323 BOOL yield = FALSE; in read_number()
1402 static BOOL
1407 BOOL yield = FALSE; in read_repeat_counts()
1408 BOOL had_comma = FALSE; in read_repeat_counts()
1503 int *errorcodeptr, uint32_t options, uint32_t extra_options, BOOL isclass, in PRIV()
1506 BOOL utf = (options & PCRE2_UTF) != 0; in PRIV()
1602 BOOL overflow; in PRIV()
1603 BOOL alt_bsux = in PRIV()
2086 static BOOL
2087 get_ucp(PCRE2_SPTR *ptrptr, BOOL *negptr, uint16_t *ptypeptr, in get_ucp()
2292 static BOOL
2378 static BOOL
2379 read_name(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, BOOL utf, uint32_t terminator, in read_name()
2384 BOOL is_group = (*ptr != CHAR_ASTERISK); in read_name()
2504 manage_callouts(PCRE2_SPTR ptr, uint32_t **pcalloutptr, BOOL auto_callout, in manage_callouts()
2598 static int parse_regex(PCRE2_SPTR ptr, uint32_t options, BOOL *has_lookbehind, in parse_regex()
2619 BOOL inescq = FALSE; in parse_regex()
2620 BOOL inverbname = FALSE; in parse_regex()
2621 BOOL utf = (options & PCRE2_UTF) != 0; in parse_regex()
2622 BOOL auto_callout = (options & PCRE2_AUTO_CALLOUT) != 0; in parse_regex()
2623 BOOL isdupname; in parse_regex()
2624 BOOL negate_class; in parse_regex()
2625 BOOL okquantifier = FALSE; in parse_regex()
2694 BOOL prev_okquantifier; in parse_regex()
2933 BOOL ok = c == CHAR_LEFT_PARENTHESIS && ptrend - ptr >= 3 && in parse_regex()
3154 BOOL negated; in parse_regex()
3420 BOOL char_is_literal = TRUE; in parse_regex()
3453 BOOL posix_negate = FALSE; in parse_regex()
3701 BOOL negated; in parse_regex()
4041 BOOL hyphenok = TRUE; in parse_regex()
4460 BOOL was_r_ampersand = FALSE; in parse_regex()
4846 first_significant_code(PCRE2_SPTR code, BOOL skipassert) in first_significant_code()
5271 BOOL utf = (options & PCRE2_UTF) != 0; in add_not_list_to_class()
5306 static BOOL
5415 BOOL groupsetfirstcu = FALSE; in compile_branch()
5416 BOOL had_accept = FALSE; in compile_branch()
5417 BOOL matched_char = FALSE; in compile_branch()
5418 BOOL previous_matched_char = FALSE; in compile_branch()
5419 BOOL reset_caseful = FALSE; in compile_branch()
5428 BOOL utf = (options & PCRE2_UTF) != 0; in compile_branch()
5429 BOOL ucp = (options & PCRE2_UCP) != 0; in compile_branch()
5431 BOOL utf = FALSE; in compile_branch()
5441 BOOL xclass; in compile_branch()
5475 BOOL xclass_has_prop; in compile_branch()
5477 BOOL negate_class; in compile_branch()
5478 BOOL should_flip_negation; in compile_branch()
5479 BOOL match_all_or_no_wide_chars; in compile_branch()
5480 BOOL possessive_quantifier; in compile_branch()
5481 BOOL note_group_empty; in compile_branch()
5778 BOOL local_negate = (meta == META_POSIX_NEG); in compile_branch()
6019 BOOL range_is_literal = (pptr[1] == META_RANGE_LITERAL); in compile_branch()
6758 BOOL is_dupname = FALSE; in compile_branch()
8103 BOOL lookbehind; in compile_regex()
8393 static BOOL
8395 int atomcount, BOOL inassert) in is_anchored()
8498 static BOOL
8500 int atomcount, BOOL inassert) in is_startline()
8621 find_recurse(PCRE2_SPTR code, BOOL utf) in find_recurse()
9070 get_grouplength(uint32_t **pptrptr, BOOL isinline, int *errcodeptr, int *lcptr, in get_grouplength()
9311 BOOL is_dupname = FALSE; in get_branchlength()
9544 static BOOL
9765 BOOL utf; /* Set TRUE for UTF mode */ in pcre2_compile()
9766 BOOL ucp; /* Set TRUE for UCP mode */ in pcre2_compile()
9767 BOOL has_lookbehind = FALSE; /* Set TRUE if a lookbehind is found */ in pcre2_compile()
9768 BOOL zero_terminated; /* Set TRUE for zero-terminated pattern */ in pcre2_compile()