Searched defs:expr (Results 1 – 8 of 8) sorted by relevance
38 struct expr *expr; member42 struct expr { struct43 enum expr_type type; argument44 union expr_data left, right; argument55 struct expr *expr; member198 struct expr *expr; /* the optional conditional part of the property */ member
127 static struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct … in menu_add_prop()182 void menu_add_visibility(struct expr *expr) in menu_add_visibility()188 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr()
39 struct expr *expr; member
1011 struct expr **expr; member
110 tristate expr; in updateMenu() local
29 static int cond_evaluate_expr(struct policydb *p, struct cond_expr *expr) in cond_evaluate_expr()399 static int expr_isvalid(struct policydb *p, struct cond_expr *expr) in expr_isvalid()420 struct cond_expr *expr = NULL, *last = NULL; in cond_read_node() local
56 struct cond_expr *expr; member
57 struct constraint_expr *expr; /* constraint on permissions */ member
Completed in 19 milliseconds