Lines Matching refs:BOOL
195 static BOOL
197 BOOL negated) in check_char_prop()
308 get_chr_property_list(PCRE2_SPTR code, BOOL utf, BOOL ucp, const uint8_t *fcc, in get_chr_property_list()
518 static BOOL
519 compare_opcodes(PCRE2_SPTR code, BOOL utf, BOOL ucp, const compile_block *cb, in compare_opcodes()
534 BOOL accepted, invert_bits; in compare_opcodes()
535 BOOL entered_a_group = FALSE; in compare_opcodes()
832 BOOL same = leftop == rightop; in compare_opcodes()
833 BOOL lisprop = leftop == OP_PROP; in compare_opcodes()
834 BOOL risprop = rightop == OP_PROP; in compare_opcodes()
835 BOOL bothprop = lisprop && risprop; in compare_opcodes()
1122 BOOL utf = (cb->external_options & PCRE2_UTF) != 0; in PRIV()
1123 BOOL ucp = (cb->external_options & PCRE2_UCP) != 0; in PRIV()