| 528 | /* Return true if there no more tokens. */ |
| 529 | |
| 530 | static bool |
| 531 | nomoreargs (void) |
| 532 | { |
| 533 | return !*args; |
| 534 | } |
| 535 | |
| 536 | /* Report missing operand. |
| 537 | There is an implicit assumption that there was a previous argument, |
no outgoing calls
no test coverage detected