Is this option NULL?
| 437 | operator const char *() { return isHiddenOpt() ? (spec - 1) : spec; } |
| 438 | // Is this option NULL? |
| 439 | int isNULL(void) const { return ((spec == NULL) || (spec == NULL_spec)); } |
| 440 | // Is this options incorrectly specified? |
| 441 | int isSyntaxError(const char *name) const; |
| 442 |
no outgoing calls
no test coverage detected