shell_string      241 src/filemanager/ext.c     GString *shell_string;
shell_string      246 src/filemanager/ext.c     shell_string = g_string_new ("");
shell_string      262 src/filemanager/ext.c                     g_string_free (shell_string, TRUE);
shell_string      266 src/filemanager/ext.c                 g_string_append (shell_string, parameter);
shell_string      314 src/filemanager/ext.c                             g_string_append (shell_string, v);
shell_string      329 src/filemanager/ext.c                                     g_string_free (shell_string, TRUE);
shell_string      337 src/filemanager/ext.c                                     mc_g_string_concat (shell_string, text);
shell_string      362 src/filemanager/ext.c                 g_string_append_c (shell_string, *lc_data);
shell_string      366 src/filemanager/ext.c     return shell_string;
shell_string      432 src/filemanager/ext.c     GString *shell_string, *export_variables;
shell_string      448 src/filemanager/ext.c     shell_string = exec_make_shell_string (lc_data, filename_vpath);
shell_string      449 src/filemanager/ext.c     if (shell_string == NULL)
shell_string      455 src/filemanager/ext.c         g_string_free (shell_string, TRUE);
shell_string      470 src/filemanager/ext.c         g_string_free (shell_string, TRUE);
shell_string      484 src/filemanager/ext.c     fputs (shell_string->str, cmd_file);
shell_string      485 src/filemanager/ext.c     g_string_free (shell_string, TRUE);