Lines Matching refs:BOOL

86 static BOOL
87 compile_regex(int, pcre_uchar **, const pcre_uchar **, int *, BOOL, BOOL, int, int,
959 static BOOL
1006 int bracount, int options, BOOL isclass) in check_escape()
1009 BOOL utf = (options & PCRE_UTF8) != 0; in check_escape()
1043 BOOL braced, negated, overflow; in check_escape()
1510 static BOOL
1511 get_ucp(const pcre_uchar **ptrptr, BOOL *negptr, unsigned int *ptypeptr, in get_ucp()
1669 first_significant_code(const pcre_uchar *code, BOOL skipassert) in first_significant_code()
1736 find_fixedlength(pcre_uchar *code, BOOL utf, BOOL atend, compile_data *cd, in find_fixedlength()
2080 PRIV(find_bracket)(const pcre_uchar *code, BOOL utf, int number) in PRIV()
2243 find_recurse(const pcre_uchar *code, BOOL utf) in find_recurse()
2395 static BOOL
2397 BOOL utf, compile_data *cd, recurse_check *recurses) in could_be_empty_branch()
2431 BOOL empty_branch; in could_be_empty_branch()
2511 BOOL empty_branch; in could_be_empty_branch()
2770 static BOOL
2772 branch_chain *bcptr, BOOL utf, compile_data *cd) in could_be_empty()
2826 static BOOL
2828 BOOL negated) in check_char_prop()
2915 get_chr_property_list(const pcre_uchar *code, BOOL utf, in get_chr_property_list()
3119 static BOOL
3120 compare_opcodes(const pcre_uchar *code, BOOL utf, const compile_data *cd, in compare_opcodes()
3135 BOOL accepted, invert_bits; in compare_opcodes()
3136 BOOL entered_a_group = FALSE; in compare_opcodes()
3379 BOOL same = leftop == rightop; in compare_opcodes()
3380 BOOL lisprop = leftop == OP_PROP; in compare_opcodes()
3381 BOOL risprop = rightop == OP_PROP; in compare_opcodes()
3382 BOOL bothprop = lisprop && risprop; in compare_opcodes()
3659 auto_possessify(pcre_uchar *code, BOOL utf, const compile_data *cd) in auto_possessify()
3932 static BOOL
4020 adjust_recurse(pcre_uchar *group, int adjust, BOOL utf, compile_data *cd, in adjust_recurse()
4406 BOOL utf = (options & PCRE_UTF8) != 0; in add_not_list_to_class()
4451 static BOOL
4477 BOOL inescq = FALSE; in compile_branch()
4478 BOOL groupsetfirstchar = FALSE; in compile_branch()
4493 BOOL utf = (options & PCRE_UTF8) != 0; in compile_branch()
4498 BOOL utf = FALSE; in compile_branch()
4508 BOOL xclass; in compile_branch()
4546 BOOL negate_class; in compile_branch()
4547 BOOL should_flip_negation; in compile_branch()
4548 BOOL possessive_quantifier; in compile_branch()
4549 BOOL is_quantifier; in compile_branch()
4550 BOOL is_recurse; in compile_branch()
4551 BOOL reset_bracount; in compile_branch()
4555 BOOL xclass_has_prop; in compile_branch()
4975 BOOL local_negate = FALSE; in compile_branch()
5236 BOOL negated; in compile_branch()
8027 BOOL negated; in compile_branch()
8242 static BOOL
8244 int *errorcodeptr, BOOL lookbehind, BOOL reset_bracount, int skipbytes, in compile_regex()
8596 static BOOL
8686 static BOOL
8809 BOOL inassert) in find_firstassertedchar()
9005 BOOL utf; in pcre_compile2()
9006 BOOL never_utf = FALSE; in pcre_compile2()