quoted_text 251 src/filemanager/command.c char *quoted_text; quoted_text 253 src/filemanager/command.c quoted_text = name_quote (text, TRUE); quoted_text 254 src/filemanager/command.c if (quoted_text != NULL) quoted_text 256 src/filemanager/command.c input_insert (in, quoted_text, insert_extra_space); quoted_text 257 src/filemanager/command.c g_free (quoted_text); quoted_text 178 src/filemanager/ext.c char *quoted_text; quoted_text 180 src/filemanager/ext.c quoted_text = g_strdup_printf ("\"%s\"", text); quoted_text 182 src/filemanager/ext.c text = quoted_text;