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

  /external/toybox/kconfig/
confdata.c 180 sym->type = S_BOOLEAN;
187 case S_BOOLEAN:
233 case S_BOOLEAN:
337 case S_BOOLEAN:
494 type = S_BOOLEAN;
497 case S_BOOLEAN:
603 case S_BOOLEAN:
625 case S_BOOLEAN:
736 case S_BOOLEAN:
symbol.c 84 type = S_BOOLEAN;
86 type = S_BOOLEAN;
94 case S_BOOLEAN:
216 if (tri == mod && sym_get_type(sym) == S_BOOLEAN)
284 case S_BOOLEAN:
302 case S_BOOLEAN:
324 if (newval.tri == mod && sym_get_type(sym) == S_BOOLEAN)
414 if (type != S_BOOLEAN && type != S_TRISTATE)
417 if (type == S_BOOLEAN && val == mod)
514 case S_BOOLEAN
    [all...]
menu.c 199 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE)
208 else if (sym2->type != S_BOOLEAN && sym2->type != S_TRISTATE)
expr.h 63 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER
expr.c 377 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE)
399 if (sym1->type == S_BOOLEAN && sym1 == sym2) {
441 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE)
660 if (e->left.sym->type != S_BOOLEAN)
682 if (e->left.sym->type != S_BOOLEAN)
mconf.c 484 case S_BOOLEAN:
532 case S_BOOLEAN:
zconf.tab.c_shipped     [all...]

Completed in 76 milliseconds