Searched refs:subst_table (Results 1 – 1 of 1) sorted by relevance
33 static struct subst_entry *subst_table = 0; variable50 ent->next = subst_table; in add_subst()51 subst_table = ent; in add_subst()65 for (ent = subst_table; ent; ent = ent->next) { in fetch_subst_entry()