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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dconfdata.c100 S_TRI(sym->def) = no;
150 S_TRI(sym->def) = mod;
156 S_TRI(sym->def) = yes;
161 S_TRI(sym->def) = no;
180 switch (S_TRI(sym->def)) {
182 if (S_TRI(prop->def->def) == yes)
186 if (S_TRI(prop->def->def) != no)
193 S_TRI(prop->def->def) = S_TRI(sym->def);
265 if (S_TRI(modules_sy
[all...]
H A Dsymbol.c89 if (S_TRI(modules_sym->curr) == no)
177 S_TRI(newval) = no;
183 //S_TRI(newval) = yes;
208 S_TRI(newval) = E_AND(S_TRI(newval), sym->visible);
211 if (!sym_is_optional(sym) && S_TRI(newval) == no)
212 S_TRI(newval) = sym->visible;
215 S_TRI(newval) = (S_VAL(prop->def->curr) == sym) ? yes : no;
228 if (S_TRI(newval) != mod)
231 if (S_TRI(modules_sy
[all...]
H A Dlkc.h67 return S_TRI(sym->curr);
H A Dconf.c300 if (S_TRI(sym->curr) == mod) {
405 if (S_TRI(sym->curr) != mod)
H A Dexpr.h70 #define S_TRI(sv) ((sv).tri) macro
H A Dexpr.c917 return S_TRI(e->left.sym->curr);

Completed in 145 milliseconds