Searched refs:basedep (Results 1 – 2 of 2) sorted by relevance
345 basedep = rewrite_m(menu->dep); in menu_finalize()346 basedep = expr_transform(basedep); in menu_finalize()347 basedep = expr_alloc_and(expr_copy(parentdep), basedep); in menu_finalize()348 basedep = expr_eliminate_dups(basedep); in menu_finalize()349 menu->dep = basedep; in menu_finalize()391 dep = expr_alloc_and(expr_copy(basedep), dep); in menu_finalize()446 basedep = expr_trans_compare(basedep, E_UNEQUAL, &symbol_no); in menu_finalize()447 basedep = expr_eliminate_dups(expr_transform(basedep)); in menu_finalize()471 dep2 = expr_copy(basedep); in menu_finalize()486 expr_free(basedep); in menu_finalize()[all …]
3647 basedep = node.item if node.item.__class__ is Choice else node.dep3651 dep = cur.dep = self._make_and(cur.dep, basedep)
Completed in 13 milliseconds