Lines Matching refs:prop
1078 for (struct property *prop = sym->prop; prop; prop = prop->next) { in debug_info() local
1079 switch (prop->type) { in debug_info()
1083 stream << print_filter(prop->text); in debug_info()
1091 stream << prop_get_type_name(prop->type); in debug_info()
1093 expr_print(prop->expr, expr_print_help, in debug_info()
1099 stream << prop_get_type_name(prop->type); in debug_info()
1102 if (prop->visible.expr) { in debug_info()
1104 expr_print(prop->visible.expr, expr_print_help, in debug_info()
1243 struct property *prop; in search() local
1254 for_all_prompts((*p), prop) in search()
1255 lastItem = new ConfigItem(list, lastItem, prop->menu); in search()