Lines Matching refs:property
31 static void prop_warn(struct property *prop, const char *fmt, ...) in prop_warn()
127 static struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct … in menu_add_prop()
129 struct property *prop = prop_alloc(type, current_entry->sym); in menu_add_prop()
177 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt()
228 struct property *prop; in sym_check_prop()
250 struct property *choice_prop = in sym_check_prop()
294 struct property *prop; in menu_finalize()
701 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str()
761 static struct property *get_symbol_prop(struct symbol *sym) in get_symbol_prop()
763 struct property *prop = NULL; in get_symbol_prop()
774 struct property *prop; in get_symbol_props_str()
794 struct property *prop; in get_symbol_str()