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

  /external/toybox/kconfig/
expr.c 19 e->type = E_SYMBOL;
77 case E_SYMBOL:
110 case E_SYMBOL:
147 if (e1->type == E_SYMBOL && e2->type == E_SYMBOL &&
204 case E_SYMBOL:
214 res = (e1->type == E_SYMBOL && e2->type == E_SYMBOL &&
244 if (e->left.expr->type == E_SYMBOL) {
248 e->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
189 return !e || (e->type == E_SYMBOL && e->left.sym == &symbol_yes);
194 return e && (e->type == E_SYMBOL && e->left.sym == &symbol_no);
menu.c 91 case E_SYMBOL:
192 prop->expr->type != E_SYMBOL)
symbol.c 781 case E_SYMBOL:
855 if (prop->expr && (prop->expr->type == E_SYMBOL ||
confdata.c 117 prop->expr->type != E_SYMBOL)

Completed in 1638 milliseconds