shell_string      237 src/filemanager/ext.c     GString *shell_string;
shell_string      242 src/filemanager/ext.c     shell_string = g_string_new ("");
shell_string      258 src/filemanager/ext.c                     g_string_free (shell_string, TRUE);
shell_string      262 src/filemanager/ext.c                 g_string_append (shell_string, parameter);
shell_string      315 src/filemanager/ext.c                             g_string_append (shell_string, v);
shell_string      330 src/filemanager/ext.c                                     g_string_free (shell_string, TRUE);
shell_string      339 src/filemanager/ext.c                                     mc_g_string_concat (shell_string, text);
shell_string      366 src/filemanager/ext.c                 g_string_append_c (shell_string, *lc_data);
shell_string      370 src/filemanager/ext.c     return shell_string;
shell_string      433 src/filemanager/ext.c     GString *shell_string, *export_variables;
shell_string      449 src/filemanager/ext.c     shell_string = exec_make_shell_string (lc_data, filename_vpath, &buffer);
shell_string      450 src/filemanager/ext.c     if (shell_string == NULL)
shell_string      456 src/filemanager/ext.c         g_string_free (shell_string, TRUE);
shell_string      471 src/filemanager/ext.c         g_string_free (shell_string, TRUE);
shell_string      485 src/filemanager/ext.c     fputs (shell_string->str, cmd_file);
shell_string      486 src/filemanager/ext.c     g_string_free (shell_string, TRUE);