| 309 | tristate pr_type, const char *title); |
| 310 | |
| 311 | static inline int expr_is_yes(struct expr *e) |
| 312 | { |
| 313 | return !e || (e->type == E_SYMBOL && e->left.sym == &symbol_yes); |
| 314 | } |
| 315 | |
| 316 | static inline int expr_is_no(struct expr *e) |
| 317 | { |
no outgoing calls
no test coverage detected