Lines Matching refs:second_name
448 const char *second_name = GetArgumentName(arg_entry[1].arg_type); in GetFormattedCommandArguments() local
451 str.Printf("<%s> <%s>", first_name, second_name); in GetFormattedCommandArguments()
454 str.Printf("[<%s> <%s>]", first_name, second_name); in GetFormattedCommandArguments()
457 str.Printf("<%s> <%s> [<%s> <%s> [...]]", first_name, second_name, in GetFormattedCommandArguments()
458 first_name, second_name); in GetFormattedCommandArguments()
461 str.Printf("[<%s> <%s> [<%s> <%s> [...]]]", first_name, second_name, in GetFormattedCommandArguments()
462 first_name, second_name); in GetFormattedCommandArguments()
465 str.Printf("<%s_1> <%s_1> ... <%s_n> <%s_n>", first_name, second_name, in GetFormattedCommandArguments()
466 first_name, second_name); in GetFormattedCommandArguments()
469 str.Printf("[<%s_1> <%s_1> ... <%s_n> <%s_n>]", first_name, second_name, in GetFormattedCommandArguments()
470 first_name, second_name); in GetFormattedCommandArguments()