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     698 src/args.c                     GString *full_help_str;
full_help_str     700 src/args.c                     full_help_str =
full_help_str     703 src/args.c                     mc_replace_error (mcerror, (*mcerror)->code, "%s", full_help_str->str);
full_help_str     704 src/args.c                     g_string_free (full_help_str, TRUE);