Searched refs:S_BOOLEAN (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/config/
H A Dsymbol.c86 type = S_BOOLEAN;
90 type = S_BOOLEAN;
99 case S_BOOLEAN:
171 case S_BOOLEAN:
234 case S_BOOLEAN:
313 if (type != S_BOOLEAN && type != S_TRISTATE)
326 return type == S_BOOLEAN || sym->visible == yes;
411 case S_BOOLEAN:
437 case S_BOOLEAN:
487 case S_BOOLEAN
[all...]
H A Dconfdata.c125 case S_BOOLEAN:
154 case S_BOOLEAN:
266 type = S_BOOLEAN;
269 case S_BOOLEAN:
H A Dexpr.h79 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator in enum:symbol_type
103 #define SYMBOL_BOOLEAN S_BOOLEAN
H A Dmconf.c256 case S_BOOLEAN:
294 case S_BOOLEAN:
H A Dexpr.c351 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE)
373 if (sym1->type == S_BOOLEAN && sym1 == sym2) {
413 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE)
624 if (e->left.sym->type != S_BOOLEAN)
646 if (e->left.sym->type != S_BOOLEAN)
H A Dzconf.y143 menu_set_type(S_BOOLEAN);
514 case S_BOOLEAN:

Completed in 104 milliseconds