Lines Matching refs:BOOL
134 static BOOL
1318 static BOOL
1325 BOOL yield = FALSE; in read_number()
1404 static BOOL
1409 BOOL yield = FALSE; in read_repeat_counts()
1410 BOOL had_comma = FALSE; in read_repeat_counts()
1505 int *errorcodeptr, uint32_t options, uint32_t extra_options, BOOL isclass, in PRIV()
1508 BOOL utf = (options & PCRE2_UTF) != 0; in PRIV()
1604 BOOL overflow; in PRIV()
1605 BOOL alt_bsux = in PRIV()
2088 static BOOL
2089 get_ucp(PCRE2_SPTR *ptrptr, BOOL *negptr, uint16_t *ptypeptr, in get_ucp()
2294 static BOOL
2380 static BOOL
2381 read_name(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, BOOL utf, uint32_t terminator, in read_name()
2386 BOOL is_group = (*ptr != CHAR_ASTERISK); in read_name()
2506 manage_callouts(PCRE2_SPTR ptr, uint32_t **pcalloutptr, BOOL auto_callout, in manage_callouts()
2600 static int parse_regex(PCRE2_SPTR ptr, uint32_t options, BOOL *has_lookbehind, in parse_regex()
2621 BOOL inescq = FALSE; in parse_regex()
2622 BOOL inverbname = FALSE; in parse_regex()
2623 BOOL utf = (options & PCRE2_UTF) != 0; in parse_regex()
2624 BOOL auto_callout = (options & PCRE2_AUTO_CALLOUT) != 0; in parse_regex()
2625 BOOL isdupname; in parse_regex()
2626 BOOL negate_class; in parse_regex()
2627 BOOL okquantifier = FALSE; in parse_regex()
2696 BOOL prev_okquantifier; in parse_regex()
2935 BOOL ok = c == CHAR_LEFT_PARENTHESIS && ptrend - ptr >= 3 && in parse_regex()
3156 BOOL negated; in parse_regex()
3422 BOOL char_is_literal = TRUE; in parse_regex()
3455 BOOL posix_negate = FALSE; in parse_regex()
3703 BOOL negated; in parse_regex()
4043 BOOL hyphenok = TRUE; in parse_regex()
4462 BOOL was_r_ampersand = FALSE; in parse_regex()
4848 first_significant_code(PCRE2_SPTR code, BOOL skipassert) in first_significant_code()
5273 BOOL utf = (options & PCRE2_UTF) != 0; in add_not_list_to_class()
5308 static BOOL
5417 BOOL groupsetfirstcu = FALSE; in compile_branch()
5418 BOOL had_accept = FALSE; in compile_branch()
5419 BOOL matched_char = FALSE; in compile_branch()
5420 BOOL previous_matched_char = FALSE; in compile_branch()
5421 BOOL reset_caseful = FALSE; in compile_branch()
5430 BOOL utf = (options & PCRE2_UTF) != 0; in compile_branch()
5431 BOOL ucp = (options & PCRE2_UCP) != 0; in compile_branch()
5433 BOOL utf = FALSE; in compile_branch()
5443 BOOL xclass; in compile_branch()
5477 BOOL xclass_has_prop; in compile_branch()
5479 BOOL negate_class; in compile_branch()
5480 BOOL should_flip_negation; in compile_branch()
5481 BOOL match_all_or_no_wide_chars; in compile_branch()
5482 BOOL possessive_quantifier; in compile_branch()
5483 BOOL note_group_empty; in compile_branch()
5780 BOOL local_negate = (meta == META_POSIX_NEG); in compile_branch()
6021 BOOL range_is_literal = (pptr[1] == META_RANGE_LITERAL); in compile_branch()
6760 BOOL is_dupname = FALSE; in compile_branch()
8105 BOOL lookbehind; in compile_regex()
8395 static BOOL
8397 int atomcount, BOOL inassert) in is_anchored()
8500 static BOOL
8502 int atomcount, BOOL inassert) in is_startline()
8623 find_recurse(PCRE2_SPTR code, BOOL utf) in find_recurse()
9072 get_grouplength(uint32_t **pptrptr, BOOL isinline, int *errcodeptr, int *lcptr, in get_grouplength()
9313 BOOL is_dupname = FALSE; in get_branchlength()
9546 static BOOL
9767 BOOL utf; /* Set TRUE for UTF mode */ in pcre2_compile()
9768 BOOL ucp; /* Set TRUE for UCP mode */ in pcre2_compile()
9769 BOOL has_lookbehind = FALSE; /* Set TRUE if a lookbehind is found */ in pcre2_compile()
9770 BOOL zero_terminated; /* Set TRUE for zero-terminated pattern */ in pcre2_compile()