strutils_shell_unescape   22 lib/strescape.h char *strutils_shell_unescape (const char *text);
strutils_shell_unescape  154 lib/widget/input_complete.c         u_text = strutils_shell_unescape (text);
strutils_shell_unescape  590 lib/widget/input_complete.c     u_text = strutils_shell_unescape (text);
strutils_shell_unescape   93 src/filemanager/cd.c     path = strutils_shell_unescape (_path);
strutils_shell_unescape  806 src/vfs/shell/shell.c                 ent->name = strutils_shell_unescape (ent->name);
strutils_shell_unescape  811 src/vfs/shell/shell.c                 ent->ino->linkname = strutils_shell_unescape (ent->ino->linkname);
strutils_shell_unescape  831 src/vfs/shell/shell.c                 ent->name = strutils_shell_unescape (ent->name);