| 604 | } |
| 605 | |
| 606 | static const char *token_from_item(struct arg_item *item, char *tok) |
| 607 | { |
| 608 | if (item->conf.key) |
| 609 | return item->conf.key; |
| 610 | if (tok) |
| 611 | return tok; |
| 612 | return item->conf.name; |
| 613 | } |
| 614 | |
| 615 | static int token_matches_item(const char *tok, struct arg_item *item, size_t tok_len) |
| 616 | { |
no outgoing calls
no test coverage detected