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
585 pcre2_output_context *out, BOOL utf, PCRE2_UCHAR separator, in convert_glob_parse_range()
586 BOOL with_escape, PCRE2_UCHAR escape, BOOL no_wildsep) in convert_glob_parse_range()
588 BOOL is_negative = FALSE; in convert_glob_parse_range()
589 BOOL separator_seen = FALSE; in convert_glob_parse_range()
590 BOOL has_prev_c; in convert_glob_parse_range()
795 BOOL utf, PCRE2_UCHAR *use_buffer, PCRE2_SIZE use_length, in convert_glob()
796 PCRE2_SIZE *bufflenptr, BOOL dummyrun, pcre2_convert_context *ccontext) in convert_glob()
804 BOOL no_wildsep = (options & PCRE2_CONVERT_GLOB_NO_WILD_SEPARATOR) != 0; in convert_glob()
805 BOOL no_starstar = (options & PCRE2_CONVERT_GLOB_NO_STARSTAR) != 0; in convert_glob()
806 BOOL in_atomic = FALSE; in convert_glob()
807 BOOL after_starstar = FALSE; in convert_glob()
808 BOOL no_slash_z = FALSE; in convert_glob()
809 BOOL with_escape, is_start, after_separator; in convert_glob()
1072 BOOL utf = (options & PCRE2_CONVERT_UTF) != 0; in pcre2_pattern_convert()
1125 BOOL dummyrun = buffptr == NULL || *buffptr == NULL; in pcre2_pattern_convert()