Lines Matching refs:name
15 .name = "y",
21 .name = "m",
27 .name = "n",
33 .name = "",
308 sym->name); in sym_warn_unmet_dep()
357 sym->curr.val = sym->name; in sym_calc_value()
805 struct symbol *sym_lookup(const char *name, int flags) in sym_lookup() argument
811 if (name) { in sym_lookup()
812 if (name[0] && !name[1]) { in sym_lookup()
813 switch (name[0]) { in sym_lookup()
819 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()
822 if (symbol->name && in sym_lookup()
823 !strcmp(symbol->name, name) && in sym_lookup()
828 new_name = xstrdup(name); in sym_lookup()
836 symbol->name = new_name; in sym_lookup()
846 struct symbol *sym_find(const char *name) in sym_find() argument
851 if (!name) in sym_find()
854 if (name[0] && !name[1]) { in sym_find()
855 switch (name[0]) { in sym_find()
861 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()
864 if (symbol->name && in sym_find()
865 !strcmp(symbol->name, name) && in sym_find()
940 exact1 = (s1->eo - s1->so) == strlen(s1->sym->name); in sym_rel_comp()
941 exact2 = (s2->eo - s2->so) == strlen(s2->sym->name); in sym_rel_comp()
948 return strcmp(s1->sym->name, s2->sym->name); in sym_rel_comp()
967 if (sym->flags & SYMBOL_CONST || !sym->name) in sym_re_search()
969 if (regexec(&re, sym->name, 1, match, 0)) in sym_re_search()
1077 prop->file->name, prop->lineno); in sym_check_print_recursive()
1081 menu->file->name, menu->lineno, in sym_check_print_recursive()
1082 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1083 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1086 menu->file->name, menu->lineno, in sym_check_print_recursive()
1087 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1088 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1091 prop->file->name, prop->lineno, in sym_check_print_recursive()
1092 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1093 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1096 prop->file->name, prop->lineno, in sym_check_print_recursive()
1097 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1098 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1101 prop->file->name, prop->lineno, in sym_check_print_recursive()
1102 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1103 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1106 prop->file->name, prop->lineno, in sym_check_print_recursive()
1107 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1109 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1112 prop->file->name, prop->lineno, in sym_check_print_recursive()
1113 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1115 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()