Searched refs:for_all_properties (Results 1 – 3 of 3) sorted by relevance
/third_party/toybox/kconfig/ |
D | expr.h | 125 #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)
|
D | mconf.c | 367 for_all_properties(sym, prop, P_SELECT) { in get_symbol_str()
|
D | symbol.c | 139 for_all_properties(sym, prop, P_RANGE) { in sym_get_range_prop()
|