quoted_text       328 src/filemanager/command.c     GString *quoted_text;
quoted_text       330 src/filemanager/command.c     quoted_text = name_quote (text, TRUE);
quoted_text       331 src/filemanager/command.c     if (quoted_text != NULL)
quoted_text       333 src/filemanager/command.c         input_insert (in, quoted_text->str, insert_extra_space);
quoted_text       334 src/filemanager/command.c         g_string_free (quoted_text, TRUE);