Lines Matching defs:def
460 struct string_list *sym, *def;473 def = read_node(f);474 if (def && def->tag == SYM_NORMAL &&475 !strcmp(def->string, "extern")) {477 free_node(def);478 def = read_node(f);480 while (def) {481 def->next = defn;482 defn = def;483 def = read_node(f);