Lines Matching refs:symbol
47 void menu_add_entry(struct symbol *sym) in menu_add_entry()
114 struct symbol *sym = current_entry->sym; in menu_set_type()
194 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol()
226 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number()
232 static void sym_check_prop(struct symbol *sym) in sym_check_prop()
235 struct symbol *sym2; in sym_check_prop()
285 struct symbol *sym; in menu_finalize()
333 struct symbol *es = prop_get_symbol(prop); in menu_finalize()
472 struct symbol *sym; in menu_is_visible()
606 static struct property *get_symbol_prop(struct symbol *sym) in get_symbol_prop()
618 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str()
670 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str()
672 struct symbol *sym; in get_relations_str()
686 struct symbol *sym = menu->sym; in menu_get_ext_help()