Searched refs:SYMBOL_CHOICEVAL (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dlkc.h88 return sym->flags & SYMBOL_CHOICEVAL ? true : false;
H A Dexpr.h117 #define SYMBOL_CHOICEVAL 0x0020 macro
H A Dmenu.c207 menu->sym->flags |= SYMBOL_CHOICEVAL;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dlkc.h130 return sym->flags & SYMBOL_CHOICEVAL ? true : false;
H A Dexpr.h87 #define SYMBOL_CHOICEVAL 0x0020 macro
H A Dmenu.c292 menu->sym->flags |= SYMBOL_CHOICEVAL;
H A Dgconf.c129 if (val & SYMBOL_CHOICEVAL)
1224 if (sym->flags & SYMBOL_CHOICEVAL)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dlkc.h169 return sym->flags & SYMBOL_CHOICEVAL ? true : false;
H A Dexpr.h95 #define SYMBOL_CHOICEVAL 0x0020 /* used as a value in a choice block */ macro
H A Dmenu.c330 menu->sym->flags |= SYMBOL_CHOICEVAL;
H A Dgconf.c94 if (val & SYMBOL_CHOICEVAL)
1147 if (sym->flags & SYMBOL_CHOICEVAL)

Completed in 71 milliseconds