Lines Matching refs:BOOL

356 match_ref(PCRE2_SIZE offset, BOOL caseless, heapframe *F, match_block *mb,  in match_ref()
386 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match_ref()
620 BOOL condition; /* Used in conditional groups */ in match()
621 BOOL cur_is_word; /* Used in "word" tests */ in match()
622 BOOL prev_is_word; /* Used in "word" tests */ in match()
627 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match()
628 BOOL ucp = (mb->poptions & PCRE2_UCP) != 0; in match()
630 BOOL utf = FALSE; /* Required for convenience even when no Unicode support */ in match()
2439 BOOL notmatch = Fop == OP_NOTPROP; in match()
2471 BOOL ok = (Fecode[2] == prop->script || in match()
2537 BOOL ok = MAPBIT(PRIV(ucd_boolprop_sets) + in match()
2665 BOOL notmatch = Lctype == OP_NOTPROP; in match()
2744 BOOL ok; in match()
2882 BOOL ok; in match()
3539 BOOL ok; in match()
3699 BOOL ok; in match()
4037 BOOL notmatch = Lctype == OP_NOTPROP; in match()
4123 BOOL ok; in match()
4269 BOOL ok; in match()
4474 BOOL gotspace; in match()
4496 BOOL gotspace; in match()
5029 BOOL samelengths = TRUE; in match()
6320 BOOL anchored; in pcre2_match()
6321 BOOL firstline; in pcre2_match()
6322 BOOL has_first_cu = FALSE; in pcre2_match()
6323 BOOL has_req_cu = FALSE; in pcre2_match()
6324 BOOL startline; in pcre2_match()
6345 BOOL use_jit; in pcre2_match()
6351 BOOL utf = FALSE; in pcre2_match()
6354 BOOL ucp = FALSE; in pcre2_match()
6355 BOOL allow_invalid; in pcre2_match()
6358 BOOL jit_checked_utf = FALSE; in pcre2_match()
6601 BOOL skipped_bad_start = FALSE; in pcre2_match()
6975 BOOL ok = start_match < end_subject; in pcre2_match()