shell_string      232 src/filemanager/ext.c     GString *shell_string;
shell_string      237 src/filemanager/ext.c     shell_string = g_string_new ("");
shell_string      253 src/filemanager/ext.c                     g_string_free (shell_string, TRUE);
shell_string      257 src/filemanager/ext.c                 g_string_append (shell_string, parameter);
shell_string      305 src/filemanager/ext.c                             g_string_append (shell_string, v);
shell_string      320 src/filemanager/ext.c                                     g_string_free (shell_string, TRUE);
shell_string      328 src/filemanager/ext.c                                     g_string_append (shell_string, text);
shell_string      353 src/filemanager/ext.c                 g_string_append_c (shell_string, *lc_data);
shell_string      357 src/filemanager/ext.c     return shell_string;
shell_string      423 src/filemanager/ext.c     GString *shell_string, *export_variables;
shell_string      439 src/filemanager/ext.c     shell_string = exec_make_shell_string (lc_data, filename_vpath);
shell_string      440 src/filemanager/ext.c     if (shell_string == NULL)
shell_string      446 src/filemanager/ext.c         g_string_free (shell_string, TRUE);
shell_string      462 src/filemanager/ext.c         g_string_free (shell_string, TRUE);
shell_string      476 src/filemanager/ext.c     fputs (shell_string->str, cmd_file);
shell_string      477 src/filemanager/ext.c     g_string_free (shell_string, TRUE);