full_help_str 431 src/args.c gchar *full_help_str; full_help_str 435 src/args.c full_help_str = g_strdup_printf ("%s\n\n%s\n", error_message_str, help_str); full_help_str 437 src/args.c str_convert (conv, full_help_str, buffer); full_help_str 439 src/args.c g_free (full_help_str); full_help_str 673 src/args.c GString *full_help_str; full_help_str 675 src/args.c full_help_str = 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);