Searched refs:symbol_type (Results 1 – 10 of 10) sorted by relevance
/scripts/genksyms/ |
D | genksyms.h | 17 enum symbol_type { enum 28 enum symbol_type tag; 36 enum symbol_type type; 53 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact); 54 struct symbol *add_symbol(const char *name, enum symbol_type type,
|
D | genksyms.c | 61 static void print_type_name(enum symbol_type type, const char *name); 139 static enum symbol_type map_to_ns(enum symbol_type t) in map_to_ns() 154 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol() 185 static struct symbol *__add_symbol(const char *name, enum symbol_type type, in __add_symbol() 309 struct symbol *add_symbol(const char *name, enum symbol_type type, in add_symbol() 315 static struct symbol *add_reference_symbol(const char *name, enum symbol_type type, in add_reference_symbol() 698 static void print_type_name(enum symbol_type type, const char *name) in print_type_name()
|
D | parse.y | 46 enum symbol_type type) in record_compound()
|
/scripts/kconfig/ |
D | lkc_proto.h | 22 const char * sym_type_name(enum symbol_type type); 24 enum symbol_type sym_get_type(struct symbol *sym);
|
D | expr.h | 64 enum symbol_type { enum 91 enum symbol_type type;
|
D | symbol.c | 42 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type() 44 enum symbol_type type = sym->type; in sym_get_type() 55 const char *sym_type_name(enum symbol_type type) in sym_type_name()
|
D | conf.c | 88 enum symbol_type type = sym_get_type(sym); in conf_askvalue()
|
D | parser.y | 41 enum symbol_type type;
|
D | expr.c | 999 enum symbol_type type, in expr_parse_string()
|
D | qconf.cc | 214 enum symbol_type type = menu->sym->type; in init()
|