Token generator and output processing callback (cmdline API). */
| 12736 | |
| 12737 | /** Token generator and output processing callback (cmdline API). */ |
| 12738 | static void |
| 12739 | cmd_flow_cb(void *arg0, struct cmdline *cl, void *arg2) |
| 12740 | { |
| 12741 | if (cl == NULL) |
| 12742 | cmd_flow_tok(arg0, arg2); |
| 12743 | else |
| 12744 | cmd_flow_parsed(arg0); |
| 12745 | } |
| 12746 | |
| 12747 | /** Global parser instance (cmdline API). */ |
| 12748 | cmdline_parse_inst_t cmd_flow = { |
nothing calls this directly
no test coverage detected