str_is_char_escaped 63 lib/search/glob.c not_escaped = !str_is_char_escaped (str, str + loop); str_is_char_escaped 98 lib/search/regex.c && !str_is_char_escaped (regex_str->str, tmp_regex_str)) str_is_char_escaped 230 lib/search/regex.c if (astr->str[loop] == '[' && !str_is_char_escaped (astr->str, &(astr->str[loop]))) str_is_char_escaped 235 lib/search/regex.c && !str_is_char_escaped (astr->str, &(astr->str[loop])))) str_is_char_escaped 401 lib/search/regex.c if (str_is_char_escaped (str, &str[loop])) str_is_char_escaped 410 lib/search/regex.c if (str_is_char_escaped (str, &str[loop])) str_is_char_escaped 555 lib/search/regex.c if (str_is_char_escaped (replace_str->str, curr_str)) str_is_char_escaped 582 lib/search/regex.c if (str_is_char_escaped (replace_str->str, curr_str)) str_is_char_escaped 585 lib/strutil.h gboolean str_is_char_escaped (const char *start, const char *current); str_is_char_escaped 74 lib/strutil/replace.c if (str_is_char_escaped (haystack, needle_in_str)) str_is_char_escaped 846 lib/widget/input_complete.c if (str_is_char_escaped (state->word, state->q)) str_is_char_escaped 1402 lib/widget/input_complete.c if (strchr (word_separators, *s) != NULL && !str_is_char_escaped (in->buffer->str, s))