Searched refs:second_name (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 481 const char *second_name = GetArgumentName(arg_entry[1].arg_type); in GetFormattedCommandArguments() local 484 str.Printf("<%s> <%s>", first_name, second_name); in GetFormattedCommandArguments() 487 str.Printf("[<%s> <%s>]", first_name, second_name); in GetFormattedCommandArguments() 490 str.Printf("<%s> <%s> [<%s> <%s> [...]]", first_name, second_name, in GetFormattedCommandArguments() 491 first_name, second_name); in GetFormattedCommandArguments() 494 str.Printf("[<%s> <%s> [<%s> <%s> [...]]]", first_name, second_name, in GetFormattedCommandArguments() 495 first_name, second_name); in GetFormattedCommandArguments() 498 str.Printf("<%s_1> <%s_1> ... <%s_n> <%s_n>", first_name, second_name, in GetFormattedCommandArguments() 499 first_name, second_name); in GetFormattedCommandArguments() 502 str.Printf("[<%s_1> <%s_1> ... <%s_n> <%s_n>]", first_name, second_name, in GetFormattedCommandArguments() [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Sh/ |
| H A D | punctNAME.out_lint | 1 mandoc: punctNAME.in:7:2: WARNING: missing comma before name: Nm second_name
|