Home
last modified time | relevance | path

Searched refs:expr_is_yes (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/scripts/kconfig/
H A Dparser.y625 if (!expr_is_yes(prop->visible.expr)) {
634 if (!expr_is_yes(prop->visible.expr)) {
705 if (!expr_is_yes(prop->visible.expr)) {
H A Dexpr.h318 static inline int expr_is_yes(struct expr *e) in expr_is_yes() function
H A Dmenu.c485 if (!expr_is_yes(dep2)) { in menu_finalize()
723 if (!expr_is_yes(expr)) { in get_dep_str()
H A Dexpr.c258 * represent yes. expr_is_yes() checks for either representation. in expr_eq()
261 return expr_is_yes(e1) && expr_is_yes(e2); in expr_eq()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dparser.y616 if (!expr_is_yes(prop->visible.expr)) {
625 if (!expr_is_yes(prop->visible.expr)) {
696 if (!expr_is_yes(prop->visible.expr)) {
H A Dexpr.h311 static inline int expr_is_yes(struct expr *e) in expr_is_yes() function
H A Dmenu.c464 if (!expr_is_yes(dep2)) { in menu_finalize()
697 if (!expr_is_yes(expr)) { in get_dep_str()
H A Dexpr.c258 * represent yes. expr_is_yes() checks for either representation. in expr_eq()
261 return expr_is_yes(e1) && expr_is_yes(e2); in expr_eq()

Completed in 8 milliseconds