Lines Matching refs:BOOL
355 match_ref(PCRE2_SIZE offset, BOOL caseless, heapframe *F, match_block *mb, in match_ref()
385 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match_ref()
612 BOOL condition; /* Used in conditional groups */ in match()
613 BOOL cur_is_word; /* Used in "word" tests */ in match()
614 BOOL prev_is_word; /* Used in "word" tests */ in match()
619 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match()
620 BOOL ucp = (mb->poptions & PCRE2_UCP) != 0; in match()
622 BOOL utf = FALSE; /* Required for convenience even when no Unicode support */ in match()
2425 BOOL notmatch = Fop == OP_NOTPROP; in match()
2457 BOOL ok = (Fecode[2] == prop->script || in match()
2523 BOOL ok = MAPBIT(PRIV(ucd_boolprop_sets) + in match()
2651 BOOL notmatch = Lctype == OP_NOTPROP; in match()
2730 BOOL ok; in match()
2868 BOOL ok; in match()
3525 BOOL ok; in match()
3685 BOOL ok; in match()
4023 BOOL notmatch = Lctype == OP_NOTPROP; in match()
4109 BOOL ok; in match()
4255 BOOL ok; in match()
4460 BOOL gotspace; in match()
4482 BOOL gotspace; in match()
5015 BOOL samelengths = TRUE; in match()
6306 BOOL anchored; in pcre2_match()
6307 BOOL firstline; in pcre2_match()
6308 BOOL has_first_cu = FALSE; in pcre2_match()
6309 BOOL has_req_cu = FALSE; in pcre2_match()
6310 BOOL startline; in pcre2_match()
6331 BOOL use_jit; in pcre2_match()
6337 BOOL utf = FALSE; in pcre2_match()
6340 BOOL ucp = FALSE; in pcre2_match()
6341 BOOL allow_invalid; in pcre2_match()
6344 BOOL jit_checked_utf = FALSE; in pcre2_match()
6595 BOOL skipped_bad_start = FALSE; in pcre2_match()
6968 BOOL ok = start_match < end_subject; in pcre2_match()