Home
last modified time | relevance | path

Searched defs:dep (Results 1 – 3 of 3) sorted by relevance

/scripts/kconfig/
Dmenu.c108 void menu_add_dep(struct expr *dep) in menu_add_dep()
130 struct expr *dep) in menu_add_prop()
158 struct expr *dep) in menu_add_prompt()
205 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr()
210 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol()
290 struct expr *parentdep, *basedep, *dep, *dep2, **ep; in menu_finalize() local
Dexpr.c851 int expr_contains_symbol(struct expr *dep, struct symbol *sym) in expr_contains_symbol()
879 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) in expr_depends_symbol()
Dexpr.h49 #define EXPR_NOT(dep) (2-(dep)) argument
250 struct expr *dep; member