Lines Matching refs:BOOL
134 static BOOL
1314 static BOOL
1321 BOOL yield = FALSE; in read_number()
1400 static BOOL
1405 BOOL yield = FALSE; in read_repeat_counts()
1406 BOOL had_comma = FALSE; in read_repeat_counts()
1501 int *errorcodeptr, uint32_t options, uint32_t extra_options, BOOL isclass, in PRIV()
1504 BOOL utf = (options & PCRE2_UTF) != 0; in PRIV()
1600 BOOL overflow; in PRIV()
1601 BOOL alt_bsux = in PRIV()
2084 static BOOL
2085 get_ucp(PCRE2_SPTR *ptrptr, BOOL *negptr, uint16_t *ptypeptr, in get_ucp()
2207 static BOOL
2293 static BOOL
2294 read_name(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, BOOL utf, uint32_t terminator, in read_name()
2299 BOOL is_group = (*ptr != CHAR_ASTERISK); in read_name()
2419 manage_callouts(PCRE2_SPTR ptr, uint32_t **pcalloutptr, BOOL auto_callout, in manage_callouts()
2513 static int parse_regex(PCRE2_SPTR ptr, uint32_t options, BOOL *has_lookbehind, in parse_regex()
2534 BOOL inescq = FALSE; in parse_regex()
2535 BOOL inverbname = FALSE; in parse_regex()
2536 BOOL utf = (options & PCRE2_UTF) != 0; in parse_regex()
2537 BOOL auto_callout = (options & PCRE2_AUTO_CALLOUT) != 0; in parse_regex()
2538 BOOL isdupname; in parse_regex()
2539 BOOL negate_class; in parse_regex()
2540 BOOL okquantifier = FALSE; in parse_regex()
2609 BOOL prev_okquantifier; in parse_regex()
2848 BOOL ok = c == CHAR_LEFT_PARENTHESIS && ptrend - ptr >= 3 && in parse_regex()
3069 BOOL negated; in parse_regex()
3335 BOOL char_is_literal = TRUE; in parse_regex()
3368 BOOL posix_negate = FALSE; in parse_regex()
3616 BOOL negated; in parse_regex()
3956 BOOL hyphenok = TRUE; in parse_regex()
4375 BOOL was_r_ampersand = FALSE; in parse_regex()
4761 first_significant_code(PCRE2_SPTR code, BOOL skipassert) in first_significant_code()
5186 BOOL utf = (options & PCRE2_UTF) != 0; in add_not_list_to_class()
5221 static BOOL
5330 BOOL groupsetfirstcu = FALSE; in compile_branch()
5331 BOOL had_accept = FALSE; in compile_branch()
5332 BOOL matched_char = FALSE; in compile_branch()
5333 BOOL previous_matched_char = FALSE; in compile_branch()
5334 BOOL reset_caseful = FALSE; in compile_branch()
5343 BOOL utf = (options & PCRE2_UTF) != 0; in compile_branch()
5344 BOOL ucp = (options & PCRE2_UCP) != 0; in compile_branch()
5346 BOOL utf = FALSE; in compile_branch()
5356 BOOL xclass; in compile_branch()
5390 BOOL xclass_has_prop; in compile_branch()
5392 BOOL negate_class; in compile_branch()
5393 BOOL should_flip_negation; in compile_branch()
5394 BOOL match_all_or_no_wide_chars; in compile_branch()
5395 BOOL possessive_quantifier; in compile_branch()
5396 BOOL note_group_empty; in compile_branch()
5694 BOOL local_negate = (meta == META_POSIX_NEG); in compile_branch()
5932 BOOL range_is_literal = (pptr[1] == META_RANGE_LITERAL); in compile_branch()
6670 BOOL is_dupname = FALSE; in compile_branch()
8010 BOOL lookbehind; in compile_regex()
8300 static BOOL
8302 int atomcount, BOOL inassert) in is_anchored()
8405 static BOOL
8407 int atomcount, BOOL inassert) in is_startline()
8528 find_recurse(PCRE2_SPTR code, BOOL utf) in find_recurse()
8978 get_grouplength(uint32_t **pptrptr, BOOL isinline, int *errcodeptr, int *lcptr, in get_grouplength()
9219 BOOL is_dupname = FALSE; in get_branchlength()
9452 static BOOL
9673 BOOL utf; /* Set TRUE for UTF mode */ in pcre2_compile()
9674 BOOL ucp; /* Set TRUE for UCP mode */ in pcre2_compile()
9675 BOOL has_lookbehind = FALSE; /* Set TRUE if a lookbehind is found */ in pcre2_compile()
9676 BOOL zero_terminated; /* Set TRUE for zero-terminated pattern */ in pcre2_compile()