Lines Matching refs:BOOL

134 static BOOL
1324 static BOOL
1331 BOOL yield = FALSE; in read_number()
1411 static BOOL
1417 BOOL yield = FALSE; in read_repeat_counts()
1418 BOOL had_minimum = FALSE; in read_repeat_counts()
1552 int *errorcodeptr, uint32_t options, uint32_t xoptions, BOOL isclass, in PRIV()
1555 BOOL utf = (options & PCRE2_UTF) != 0; in PRIV()
1556 BOOL alt_bsux = in PRIV()
1657 BOOL overflow; in PRIV()
2166 static BOOL
2167 get_ucp(PCRE2_SPTR *ptrptr, BOOL *negptr, uint16_t *ptypeptr, in get_ucp()
2376 static BOOL
2463 static BOOL
2464 read_name(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, BOOL utf, uint32_t terminator, in read_name()
2469 BOOL is_group = (*ptr++ != CHAR_ASTERISK); in read_name()
2470 BOOL is_braced = terminator == CHAR_RIGHT_CURLY_BRACKET; in read_name()
2595 manage_callouts(PCRE2_SPTR ptr, uint32_t **pcalloutptr, BOOL auto_callout, in manage_callouts()
2773 static int parse_regex(PCRE2_SPTR ptr, uint32_t options, BOOL *has_lookbehind, in parse_regex()
2796 BOOL inescq = FALSE; in parse_regex()
2797 BOOL inverbname = FALSE; in parse_regex()
2798 BOOL utf = (options & PCRE2_UTF) != 0; in parse_regex()
2799 BOOL auto_callout = (options & PCRE2_AUTO_CALLOUT) != 0; in parse_regex()
2800 BOOL isdupname; in parse_regex()
2801 BOOL negate_class; in parse_regex()
2802 BOOL okquantifier = FALSE; in parse_regex()
2872 BOOL prev_okquantifier; in parse_regex()
3130 BOOL ok = c == CHAR_LEFT_PARENTHESIS && ptrend - ptr >= 3 && in parse_regex()
3333 BOOL negated; in parse_regex()
3601 BOOL char_is_literal = TRUE; in parse_regex()
3634 BOOL posix_negate = FALSE; in parse_regex()
3863 BOOL negated; in parse_regex()
4205 BOOL hyphenok = TRUE; in parse_regex()
4673 BOOL was_r_ampersand = FALSE; in parse_regex()
5061 first_significant_code(PCRE2_SPTR code, BOOL skipassert) in first_significant_code()
5152 uint32_t *odptr, BOOL restricted) in get_othercase_range()
5518 BOOL utf = (options & PCRE2_UTF) != 0; in add_not_list_to_class()
5553 static BOOL
5666 BOOL groupsetfirstcu = FALSE; in compile_branch()
5667 BOOL had_accept = FALSE; in compile_branch()
5668 BOOL matched_char = FALSE; in compile_branch()
5669 BOOL previous_matched_char = FALSE; in compile_branch()
5670 BOOL reset_caseful = FALSE; in compile_branch()
5679 BOOL utf = (options & PCRE2_UTF) != 0; in compile_branch()
5680 BOOL ucp = (options & PCRE2_UCP) != 0; in compile_branch()
5682 BOOL utf = FALSE; in compile_branch()
5692 BOOL xclass; in compile_branch()
5726 BOOL xclass_has_prop; in compile_branch()
5728 BOOL negate_class; in compile_branch()
5729 BOOL should_flip_negation; in compile_branch()
5730 BOOL match_all_or_no_wide_chars; in compile_branch()
5731 BOOL possessive_quantifier; in compile_branch()
5732 BOOL note_group_empty; in compile_branch()
6036 BOOL local_negate = (meta == META_POSIX_NEG); in compile_branch()
6283 BOOL range_is_literal = (pptr[1] == META_RANGE_LITERAL); in compile_branch()
7026 BOOL is_dupname = FALSE; in compile_branch()
8387 BOOL lookbehind; in compile_regex()
8692 static BOOL
8694 int atomcount, BOOL inassert) in is_anchored()
8797 static BOOL
8799 int atomcount, BOOL inassert) in is_startline()
8920 find_recurse(PCRE2_SPTR code, BOOL utf) in find_recurse()
9369 get_grouplength(uint32_t **pptrptr, int *minptr, BOOL isinline, int *errcodeptr, in get_grouplength()
9629 BOOL is_dupname = FALSE; in get_branchlength()
9872 static BOOL
9881 BOOL variable = FALSE; in set_lookbehind_lengths()
10129 BOOL utf; /* Set TRUE for UTF mode */ in pcre2_compile()
10130 BOOL ucp; /* Set TRUE for UCP mode */ in pcre2_compile()
10131 BOOL has_lookbehind = FALSE; /* Set TRUE if a lookbehind is found */ in pcre2_compile()
10132 BOOL zero_terminated; /* Set TRUE for zero-terminated pattern */ in pcre2_compile()