| 197 | } |
| 198 | |
| 199 | void menu_add_visibility(struct expr *expr) |
| 200 | { |
| 201 | current_entry->visibility = expr_alloc_and(current_entry->visibility, |
| 202 | expr); |
| 203 | } |
| 204 | |
| 205 | void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) |
| 206 | { |
no test coverage detected