Lines Matching refs:first_name
467 const char *first_name = GetArgumentName(arg_entry[0].arg_type); in GetFormattedCommandArguments() local
471 str.Printf("<%s> <%s>", first_name, second_name); in GetFormattedCommandArguments()
474 str.Printf("[<%s> <%s>]", first_name, second_name); in GetFormattedCommandArguments()
477 str.Printf("<%s> <%s> [<%s> <%s> [...]]", first_name, second_name, in GetFormattedCommandArguments()
478 first_name, second_name); in GetFormattedCommandArguments()
481 str.Printf("[<%s> <%s> [<%s> <%s> [...]]]", first_name, second_name, in GetFormattedCommandArguments()
482 first_name, second_name); in GetFormattedCommandArguments()
485 str.Printf("<%s_1> <%s_1> ... <%s_n> <%s_n>", first_name, second_name, in GetFormattedCommandArguments()
486 first_name, second_name); in GetFormattedCommandArguments()
489 str.Printf("[<%s_1> <%s_1> ... <%s_n> <%s_n>]", first_name, second_name, in GetFormattedCommandArguments()
490 first_name, second_name); in GetFormattedCommandArguments()