strutils_unescape   20 lib/strescape.h char *strutils_unescape (const char *src, gsize src_len, const char *unescaped_chars,
strutils_unescape  220 lib/strutil/strescape.c     return strutils_unescape (text, -1, ESCAPE_SHELL_CHARS, TRUE);
strutils_unescape  228 lib/strutil/strescape.c     return strutils_unescape (text, -1, ESCAPE_GLOB_CHARS, TRUE);
strutils_unescape  235 lib/strutil/strescape.c     return strutils_unescape (text, -1, ESCAPE_REGEX_CHARS, TRUE);