u_text 148 lib/widget/input_complete.c char *u_text; u_text 152 lib/widget/input_complete.c u_text = strutils_shell_unescape (text); u_text 154 lib/widget/input_complete.c result = filename_completion_function (u_text, state, flags & (~INPUT_COMPLETE_SHELL_ESC)); u_text 155 lib/widget/input_complete.c g_free (u_text); u_text 580 lib/widget/input_complete.c char *u_text; u_text 588 lib/widget/input_complete.c u_text = strutils_shell_unescape (text); u_text 593 lib/widget/input_complete.c isabsolute = strchr (u_text, PATH_SEP) != NULL; u_text 598 lib/widget/input_complete.c text_len = strlen (u_text); u_text 616 lib/widget/input_complete.c p = filename_completion_function (u_text, state, flags); u_text 626 lib/widget/input_complete.c g_free (u_text); u_text 635 lib/widget/input_complete.c if (strncmp (*words, u_text, text_len) == 0) u_text 637 lib/widget/input_complete.c g_free (u_text); u_text 645 lib/widget/input_complete.c if (strncmp (*words, u_text, text_len) == 0) u_text 647 lib/widget/input_complete.c g_free (u_text); u_text 666 lib/widget/input_complete.c cur_word = mc_build_filename (expanded, u_text, (char *) NULL); u_text 695 lib/widget/input_complete.c g_free (u_text);