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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dexpr.h125 #define for_all_properties(sym, st, tok) \ macro
128 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT)
129 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE)
H A Dmconf.c365 for_all_properties(sym, prop, P_SELECT) { function
H A Dsymbol.c136 for_all_properties(sym, prop, P_RANGE) { function

Completed in 117 milliseconds