Searched refs:expr_is_yes (Results 1 – 4 of 4) sorted by relevance
682 if (!expr_is_yes(prop->visible.expr)) { in print_symbol() 691 if (!expr_is_yes(prop->visible.expr)) { in print_symbol() 755 if (!expr_is_yes(prop->visible.expr)) { in zconfdump()
307 static inline bool expr_is_yes(const struct expr *e) in expr_is_yes() function
437 if (!expr_is_yes(dep2)) { in _menu_finalize()598 if (!expr_is_yes(expr)) { in get_dep_str()
214 * represent yes. expr_is_yes() checks for either representation. in expr_eq() 217 return expr_is_yes(e1) && expr_is_yes(e2); in expr_eq()