Lines Matching refs:BOOL

125   BOOL utf, PCRE2_UCHAR *use_buffer, PCRE2_SIZE use_length,  in convert_posix()
126 PCRE2_SIZE *bufflenptr, BOOL dummyrun, pcre2_convert_context *ccontext) in convert_posix()
138 BOOL extended = (pattype & PCRE2_CONVERT_POSIX_EXTENDED) != 0; in convert_posix()
139 BOOL nextisliteral = FALSE; in convert_posix()
432 PCRE2_UCHAR separator, BOOL with_escape) in convert_glob_print_separator()
451 PCRE2_UCHAR separator, BOOL with_escape) in convert_glob_print_wildcard()
540 static BOOL
577 pcre2_output_context *out, BOOL utf, PCRE2_UCHAR separator, in convert_glob_parse_range()
578 BOOL with_escape, PCRE2_UCHAR escape, BOOL no_wildsep) in convert_glob_parse_range()
580 BOOL is_negative = FALSE; in convert_glob_parse_range()
581 BOOL separator_seen = FALSE; in convert_glob_parse_range()
582 BOOL has_prev_c; in convert_glob_parse_range()
787 BOOL utf, PCRE2_UCHAR *use_buffer, PCRE2_SIZE use_length, in convert_glob()
788 PCRE2_SIZE *bufflenptr, BOOL dummyrun, pcre2_convert_context *ccontext) in convert_glob()
796 BOOL no_wildsep = (options & PCRE2_CONVERT_GLOB_NO_WILD_SEPARATOR) != 0; in convert_glob()
797 BOOL no_starstar = (options & PCRE2_CONVERT_GLOB_NO_STARSTAR) != 0; in convert_glob()
798 BOOL in_atomic = FALSE; in convert_glob()
799 BOOL after_starstar = FALSE; in convert_glob()
800 BOOL no_slash_z = FALSE; in convert_glob()
801 BOOL with_escape, is_start, after_separator; in convert_glob()
1064 BOOL utf = (options & PCRE2_CONVERT_UTF) != 0; in pcre2_pattern_convert()
1117 BOOL dummyrun = buffptr == NULL || *buffptr == NULL; in pcre2_pattern_convert()