Lines Matching refs:expr_alloc_and
99 return expr_alloc_and(e, expr_alloc_symbol(modules_sym)); in menu_check_dep()
109 current_entry->dep = expr_alloc_and(current_entry->dep, menu_check_dep(dep)); in menu_add_dep()
166 = expr_alloc_and(prop->visible.expr, in menu_add_prop()
185 current_entry->visibility = expr_alloc_and(current_entry->visibility, in menu_add_visibility()
320 basedep = expr_alloc_and(expr_copy(parentdep), basedep); in menu_finalize()
331 dep = expr_alloc_and(expr_copy(basedep), dep); in menu_finalize()
339 expr_alloc_and(expr_alloc_symbol(menu->sym), expr_copy(dep))); in menu_finalize()
343 expr_alloc_and(expr_alloc_symbol(menu->sym), expr_copy(dep))); in menu_finalize()
408 menu->dep = expr_alloc_and(basedep, menu->dep); in menu_finalize()
412 prop->visible.expr = expr_alloc_and(expr_copy(basedep), in menu_finalize()
449 expr_alloc_and(parent->prompt->visible.expr, in menu_finalize()