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