internal_help     515 tools/lib/subcmd/parse-options.c 	int internal_help = !(ctx->flags & PARSE_OPT_NO_INTERNAL_HELP);
internal_help     533 tools/lib/subcmd/parse-options.c 			if (internal_help && *ctx->opt == 'h') {
internal_help     549 tools/lib/subcmd/parse-options.c 				if (internal_help && *ctx->opt == 'h')
internal_help     582 tools/lib/subcmd/parse-options.c 		if (internal_help && !strcmp(arg, "help-all"))
internal_help     584 tools/lib/subcmd/parse-options.c 		if (internal_help && !strcmp(arg, "help"))