| 252 | }; |
| 253 | |
| 254 | static void |
| 255 | cmd_ambig_2_parsed(__rte_unused void *parsed_result, |
| 256 | struct cmdline *cl, |
| 257 | __rte_unused void *data) |
| 258 | { |
| 259 | cmdline_printf(cl, "Command 2 parsed!\n"); |
| 260 | } |
| 261 | |
| 262 | cmdline_parse_token_string_t cmd_ambig_common_2 = |
| 263 | TOKEN_STRING_INITIALIZER(struct cmd_ambig_result_2, common_part, |
nothing calls this directly
no test coverage detected