Searched refs:E_NOT (Results 1 – 5 of 5) sorted by relevance
80 case E_NOT: in expr_copy()112 case E_NOT: in expr_free()206 case E_NOT: in expr_eq()329 case E_NOT: in expr_trans_bool()358 if (e1->type != E_EQUAL && e1->type != E_UNEQUAL && e1->type != E_SYMBOL && e1->type != E_NOT) in expr_join_or()360 if (e2->type != E_EQUAL && e2->type != E_UNEQUAL && e2->type != E_SYMBOL && e2->type != E_NOT) in expr_join_or()362 if (e1->type == E_NOT) { in expr_join_or()369 if (e2->type == E_NOT) { in expr_join_or()400 if ((e1->type == E_NOT && e1->left.expr->type == E_SYMBOL && e2->type == E_SYMBOL) || in expr_join_or()401 (e2->type == E_NOT && e2->left.expr->type == E_SYMBOL && e1->type == E_SYMBOL)) in expr_join_or()[all …]
35 E_NONE, E_OR, E_AND, E_NOT, E_EQUAL, E_UNEQUAL, E_CHOICE, E_SYMBOL, E_RANGE enumerator50 #define E_NOT(dep) (2-(dep)) macro
83 case E_NOT: in menu_check_dep()
775 case E_NOT: in sym_check_expr_deps()
1807 { (yyval.expr) = expr_alloc_one(E_NOT, (yyvsp[0].expr)); ;}