full_help_str     479 src/args.c         gchar *full_help_str;
full_help_str     483 src/args.c         full_help_str = g_strdup_printf ("%s\n\n%s\n", error_message_str, help_str);
full_help_str     485 src/args.c         str_convert (conv, full_help_str, buffer);
full_help_str     487 src/args.c         g_free (full_help_str);
full_help_str     721 src/args.c                     GString *full_help_str;
full_help_str     723 src/args.c                     full_help_str = mc_args__convert_help_to_syscharset (_system_codepage,
full_help_str     725 src/args.c                     mc_replace_error (mcerror, (*mcerror)->code, "%s", full_help_str->str);
full_help_str     726 src/args.c                     g_string_free (full_help_str, TRUE);