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

/scripts/kconfig/
H A Dexpr.h149 #define for_all_properties(sym, st, tok) \ macro
152 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT)
153 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE)
H A Dsymbol.c110 for_all_properties(sym, prop, P_ENV)
131 for_all_properties(sym, prop, P_RANGE) { function
1284 for_all_properties(sym, prop, P_ENV) { function
H A Dmenu.c562 for_all_properties(sym, prop, P_SELECT) { function

Completed in 1570 milliseconds