Lines Matching refs:BOOL

126   BOOL utf, PCRE2_UCHAR *use_buffer, PCRE2_SIZE use_length,  in convert_posix()
127 PCRE2_SIZE *bufflenptr, BOOL dummyrun, pcre2_convert_context *ccontext) in convert_posix()
139 BOOL extended = (pattype & PCRE2_CONVERT_POSIX_EXTENDED) != 0; in convert_posix()
140 BOOL nextisliteral = FALSE; in convert_posix()
433 PCRE2_UCHAR separator, BOOL with_escape) in convert_glob_print_separator()
452 PCRE2_UCHAR separator, BOOL with_escape) in convert_glob_print_wildcard()
541 static BOOL
578 pcre2_output_context *out, BOOL utf, PCRE2_UCHAR separator, in convert_glob_parse_range()
579 BOOL with_escape, PCRE2_UCHAR escape, BOOL no_wildsep) in convert_glob_parse_range()
581 BOOL is_negative = FALSE; in convert_glob_parse_range()
582 BOOL separator_seen = FALSE; in convert_glob_parse_range()
583 BOOL has_prev_c; in convert_glob_parse_range()
788 BOOL utf, PCRE2_UCHAR *use_buffer, PCRE2_SIZE use_length, in convert_glob()
789 PCRE2_SIZE *bufflenptr, BOOL dummyrun, pcre2_convert_context *ccontext) in convert_glob()
797 BOOL no_wildsep = (options & PCRE2_CONVERT_GLOB_NO_WILD_SEPARATOR) != 0; in convert_glob()
798 BOOL no_starstar = (options & PCRE2_CONVERT_GLOB_NO_STARSTAR) != 0; in convert_glob()
799 BOOL in_atomic = FALSE; in convert_glob()
800 BOOL after_starstar = FALSE; in convert_glob()
801 BOOL no_slash_z = FALSE; in convert_glob()
802 BOOL with_escape, is_start, after_separator; in convert_glob()
1065 BOOL utf = (options & PCRE2_CONVERT_UTF) != 0; in pcre2_pattern_convert()
1118 BOOL dummyrun = buffptr == NULL || *buffptr == NULL; in pcre2_pattern_convert()