Searched refs:for_all_properties (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dexpr.h155 #define for_all_properties(sym, st, tok) \ macro
158 #define for_all_prompts(sym, st) for_all_properties(sym, st, P_PROMPT)
159 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT)
160 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dexpr.h152 #define for_all_properties(sym, st, tok) \ macro
155 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT)
156 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE)
H A Dsymbol.c111 for_all_properties(sym, prop, P_ENV)
132 for_all_properties(sym, prop, P_RANGE) { function
1180 for_all_properties(sym, prop, P_ENV) { function
H A Dmenu.c528 for_all_properties(sym, prop, P_SELECT) { function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dexpr.h118 #define for_all_properties(sym, st, tok) \ macro
121 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT)
122 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE)
H A Dmconf.c410 for_all_properties(sym, prop, P_SELECT) { function
H A Dsymbol.c136 for_all_properties(sym, prop, P_RANGE) { function

Completed in 179 milliseconds