strutils_is_char_escaped   65 lib/search/glob.c             if (!strutils_is_char_escaped (str, &(str[loop])))
strutils_is_char_escaped   72 lib/search/glob.c             if (!strutils_is_char_escaped (str, &(str[loop])))
strutils_is_char_escaped   79 lib/search/glob.c             if (!strutils_is_char_escaped (str, &(str[loop])))
strutils_is_char_escaped   86 lib/search/glob.c             if (!strutils_is_char_escaped (str, &(str[loop])))
strutils_is_char_escaped   94 lib/search/glob.c             if (!strutils_is_char_escaped (str, &(str[loop])))
strutils_is_char_escaped  100 lib/search/regex.c             && !strutils_is_char_escaped (regex_str->str, tmp_regex_str))
strutils_is_char_escaped  232 lib/search/regex.c         if (astr->str[loop] == '[' && !strutils_is_char_escaped (astr->str, &(astr->str[loop])))
strutils_is_char_escaped  237 lib/search/regex.c                                          && !strutils_is_char_escaped (astr->str,
strutils_is_char_escaped  404 lib/search/regex.c             if (strutils_is_char_escaped (str, &str[loop]))
strutils_is_char_escaped  413 lib/search/regex.c             if (strutils_is_char_escaped (str, &str[loop]))
strutils_is_char_escaped  558 lib/search/regex.c         if (strutils_is_char_escaped (replace_str->str, curr_str))
strutils_is_char_escaped  585 lib/search/regex.c         if (strutils_is_char_escaped (replace_str->str, curr_str))
strutils_is_char_escaped   31 lib/strescape.h gboolean strutils_is_char_escaped (const char *start, const char *current);
strutils_is_char_escaped   75 lib/strutil/replace.c         if (strutils_is_char_escaped (haystack, needle_in_str))
strutils_is_char_escaped  887 lib/widget/input_complete.c         if (strutils_is_char_escaped (state->word, state->q))
strutils_is_char_escaped 1434 lib/widget/input_complete.c         if (strchr (word_separators, *s) != NULL && !strutils_is_char_escaped (in->buffer->str, s))