| 10198 | } |
| 10199 | |
| 10200 | void |
| 10201 | heed_this_option(enum opt optidx) |
| 10202 | { |
| 10203 | if (optidx >= 0 && optidx < (enum opt) OPTCOUNT) |
| 10204 | allopt[optidx].disregarded = FALSE; |
| 10205 | } |
| 10206 | void |
| 10207 | disregard_this_option(enum opt optidx) |
| 10208 | { |
no outgoing calls
no test coverage detected