full_help_str     425 src/args.c         gchar *full_help_str;
full_help_str     429 src/args.c         full_help_str = g_strdup_printf ("%s\n\n%s\n", error_message_str, help_str);
full_help_str     431 src/args.c         str_convert (conv, full_help_str, buffer);
full_help_str     433 src/args.c         g_free (full_help_str);
full_help_str     674 src/args.c                     GString *full_help_str;
full_help_str     676 src/args.c                     full_help_str = mc_args__convert_help_to_syscharset (_system_codepage,
full_help_str     678 src/args.c                     mc_replace_error (mcerror, (*mcerror)->code, "%s", full_help_str->str);
full_help_str     679 src/args.c                     g_string_free (full_help_str, TRUE);