u_text            150 lib/widget/input_complete.c         char *u_text;
u_text            154 lib/widget/input_complete.c         u_text = strutils_shell_unescape (text);
u_text            156 lib/widget/input_complete.c         result = filename_completion_function (u_text, state, flags & (~INPUT_COMPLETE_SHELL_ESC));
u_text            157 lib/widget/input_complete.c         g_free (u_text);
u_text            582 lib/widget/input_complete.c     char *u_text;
u_text            590 lib/widget/input_complete.c     u_text = strutils_shell_unescape (text);
u_text            595 lib/widget/input_complete.c         isabsolute = strchr (u_text, PATH_SEP) != NULL;
u_text            600 lib/widget/input_complete.c             text_len = strlen (u_text);
u_text            618 lib/widget/input_complete.c         p = filename_completion_function (u_text, state, flags);
u_text            628 lib/widget/input_complete.c         g_free (u_text);
u_text            637 lib/widget/input_complete.c             if (strncmp (*words, u_text, text_len) == 0)
u_text            639 lib/widget/input_complete.c                 g_free (u_text);
u_text            647 lib/widget/input_complete.c             if (strncmp (*words, u_text, text_len) == 0)
u_text            649 lib/widget/input_complete.c                 g_free (u_text);
u_text            668 lib/widget/input_complete.c                 cur_word = mc_build_filename (expanded, u_text, (char *) NULL);
u_text            696 lib/widget/input_complete.c     g_free (u_text);