Home
last modified time | relevance | path

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

/busybox-1.35.0/scripts/kconfig/
Dexpr.h39 struct expr *expr; member
43 struct expr { struct
44 enum expr_type type; argument
45 union expr_data left, right; argument
53 struct expr *expr; member
112 struct expr *expr; member
Dmenu.c122 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *d… in menu_add_prop()
145 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr()
Dzconf.y46 struct expr *expr; member
Dqconf.cc184 tristate expr; in updateMenu() local
/busybox-1.35.0/shell/
Dmath.c581 evaluate_string(arith_state_t *math_state, const char *expr) in evaluate_string()
819 arith(arith_state_t *math_state, const char *expr) in arith()
Dash.c931 union node *expr; member
/busybox-1.35.0/coreutils/
Dtest.c238 #define unnest_msg_and_return(expr, ...) do { \ argument
294 #define unnest_msg_and_return(expr, ...) return expr argument
/busybox-1.35.0/editors/
Dawk.c2785 static int is_assignment(const char *expr) in is_assignment()