quoted_text       242 src/filemanager/command.c     GString *quoted_text;
quoted_text       244 src/filemanager/command.c     quoted_text = name_quote (text, TRUE);
quoted_text       245 src/filemanager/command.c     if (quoted_text != NULL)
quoted_text       247 src/filemanager/command.c         input_insert (in, quoted_text->str, insert_extra_space);
quoted_text       248 src/filemanager/command.c         g_string_free (quoted_text, TRUE);