str_is_char_escaped   63 lib/search/glob.c         not_escaped = !str_is_char_escaped (str, str + loop);
str_is_char_escaped  110 lib/search/regex.c             && !str_is_char_escaped (regex_str->str, tmp_regex_str))
str_is_char_escaped  240 lib/search/regex.c         if (astr->str[loop] == '[' && !str_is_char_escaped (astr->str, &(astr->str[loop])))
str_is_char_escaped  246 lib/search/regex.c                         && !str_is_char_escaped (astr->str, &(astr->str[loop]))))
str_is_char_escaped  388 lib/search/regex.c             if (str_is_char_escaped (str, &str[loop]))
str_is_char_escaped  397 lib/search/regex.c             if (str_is_char_escaped (str, &str[loop]))
str_is_char_escaped  539 lib/search/regex.c         if (str_is_char_escaped (replace_str->str, curr_str))
str_is_char_escaped  566 lib/search/regex.c         if (str_is_char_escaped (replace_str->str, curr_str))
str_is_char_escaped  579 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 1398 lib/widget/input_complete.c         if (strchr (word_separators, *s) != NULL && !str_is_char_escaped (in->buffer->str, s))