shell_string 240 src/filemanager/ext.c GString *shell_string; shell_string 245 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 g_string_append (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 435 src/filemanager/ext.c GString *shell_string, *export_variables; shell_string 451 src/filemanager/ext.c shell_string = exec_make_shell_string (lc_data, filename_vpath); shell_string 452 src/filemanager/ext.c if (shell_string == NULL) shell_string 458 src/filemanager/ext.c g_string_free (shell_string, TRUE); shell_string 474 src/filemanager/ext.c g_string_free (shell_string, TRUE); shell_string 488 src/filemanager/ext.c fputs (shell_string->str, cmd_file); shell_string 489 src/filemanager/ext.c g_string_free (shell_string, TRUE);