Lines Matching refs:BOOL
198 static BOOL
200 BOOL negated) in check_char_prop()
202 BOOL ok; in check_char_prop()
325 get_chr_property_list(PCRE2_SPTR code, BOOL utf, BOOL ucp, const uint8_t *fcc, in get_chr_property_list()
535 static BOOL
536 compare_opcodes(PCRE2_SPTR code, BOOL utf, BOOL ucp, const compile_block *cb, in compare_opcodes()
551 BOOL accepted, invert_bits; in compare_opcodes()
552 BOOL entered_a_group = FALSE; in compare_opcodes()
849 BOOL same = leftop == rightop; in compare_opcodes()
850 BOOL lisprop = leftop == OP_PROP; in compare_opcodes()
851 BOOL risprop = rightop == OP_PROP; in compare_opcodes()
852 BOOL bothprop = lisprop && risprop; in compare_opcodes()
1139 BOOL utf = (cb->external_options & PCRE2_UTF) != 0; in PRIV()
1140 BOOL ucp = (cb->external_options & PCRE2_UCP) != 0; in PRIV()