Home
last modified time | relevance | path

Searched defs:expr (Results 1 – 5 of 5) sorted by relevance

/scripts/kconfig/
Dexpr.h38 struct expr *expr; member
42 struct expr { struct
43 enum expr_type type; argument
44 union expr_data left, right; argument
55 struct expr *expr; member
143 struct expr *expr; /* the optional conditional part of the property */ member
Dmenu.c122 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *d… in menu_add_prop()
150 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr()
Dzconf.y48 struct expr *expr; member
Dqconf.cc106 tristate expr; in updateMenu() local
/scripts/mod/
Dmodpost.c92 void *do_nofail(void *ptr, const char *expr) in do_nofail()