Searched refs:topSpecs (Results 1 – 1 of 1) sorted by relevance
269 static TopSpec* topSpecs = NULL; variable500 for (ts = topSpecs; ts; ts = ts->next) in VG_()717 for (ts = topSpecs; ts; ts = ts->next) { in VG_()724 for (ts = topSpecs; ts; ts = ts->next) { in VG_()734 newts->next = topSpecs; in VG_()735 topSpecs = newts; in VG_()1066 ts = topSpecs; in VG_()1136 topSpecs = ts->next; in VG_()1206 if (topSpecs == NULL) { in add_hardwired_spec()1207 topSpecs = dinfo_zalloc("redir.ahs.2", sizeof(TopSpec)); in add_hardwired_spec()[all …]