HomeSort by relevance Sort by last modified time
    Searched refs:E_NOT (Results 1 - 5 of 5) sorted by null

  /external/toybox/kconfig/
expr.c 80 case E_NOT:
112 case E_NOT:
206 case E_NOT:
329 case E_NOT:
358 if (e1->type != E_EQUAL && e1->type != E_UNEQUAL && e1->type != E_SYMBOL && e1->type != E_NOT)
360 if (e2->type != E_EQUAL && e2->type != E_UNEQUAL && e2->type != E_SYMBOL && e2->type != E_NOT)
362 if (e1->type == E_NOT) {
369 if (e2->type == E_NOT) {
400 if ((e1->type == E_NOT && e1->left.expr->type == E_SYMBOL && e2->type == E_SYMBOL) ||
401 (e2->type == E_NOT && e2->left.expr->type == E_SYMBOL && e1->type == E_SYMBOL)
    [all...]
expr.h 35 E_NONE, E_OR, E_AND, E_NOT, E_EQUAL, E_UNEQUAL, E_CHOICE, E_SYMBOL, E_RANGE
50 #define E_NOT(dep) (2-(dep))
menu.c 83 case E_NOT:
symbol.c 773 case E_NOT:
zconf.tab.c_shipped     [all...]

Completed in 309 milliseconds