Lines Matching refs:name
15 .name = "y",
19 .name = "m",
23 .name = "n",
27 .name = "",
304 sym->name); in sym_warn_unmet_dep()
353 sym->curr.val = sym->name; in sym_calc_value()
802 struct symbol *sym_lookup(const char *name, int flags) in sym_lookup() argument
808 if (name) { in sym_lookup()
809 if (name[0] && !name[1]) { in sym_lookup()
810 switch (name[0]) { in sym_lookup()
816 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_lookup()
819 if (symbol->name && in sym_lookup()
820 !strcmp(symbol->name, name) && in sym_lookup()
825 new_name = xstrdup(name); in sym_lookup()
833 symbol->name = new_name; in sym_lookup()
843 struct symbol *sym_find(const char *name) in sym_find() argument
848 if (!name) in sym_find()
851 if (name[0] && !name[1]) { in sym_find()
852 switch (name[0]) { in sym_find()
858 hash = strhash(name) % SYMBOL_HASHSIZE; in sym_find()
861 if (symbol->name && in sym_find()
862 !strcmp(symbol->name, name) && in sym_find()
937 exact1 = (s1->eo - s1->so) == strlen(s1->sym->name); in sym_rel_comp()
938 exact2 = (s2->eo - s2->so) == strlen(s2->sym->name); in sym_rel_comp()
945 return strcmp(s1->sym->name, s2->sym->name); in sym_rel_comp()
964 if (sym->flags & SYMBOL_CONST || !sym->name) in sym_re_search()
966 if (regexec(&re, sym->name, 1, match, 0)) in sym_re_search()
1074 prop->file->name, prop->lineno); in sym_check_print_recursive()
1078 menu->file->name, menu->lineno, in sym_check_print_recursive()
1079 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1080 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1083 menu->file->name, menu->lineno, in sym_check_print_recursive()
1084 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1085 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1088 prop->file->name, prop->lineno, in sym_check_print_recursive()
1089 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1090 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1093 prop->file->name, prop->lineno, in sym_check_print_recursive()
1094 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1095 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1098 prop->file->name, prop->lineno, in sym_check_print_recursive()
1099 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1100 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1103 prop->file->name, prop->lineno, in sym_check_print_recursive()
1104 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1106 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()
1109 prop->file->name, prop->lineno, in sym_check_print_recursive()
1110 sym->name ? sym->name : "<choice>", in sym_check_print_recursive()
1112 next_sym->name ? next_sym->name : "<choice>"); in sym_check_print_recursive()