Lines Matching refs:specs
260 Spec* specs; /* specs pulled out of seginfo */ member
325 Spec* specs,
696 newts->specs = specList; in VG_()
725 generate_and_add_actives( ts->specs, ts, in VG_()
780 Spec* specs, in generate_and_add_actives() argument
799 for (sp = specs; sp; sp = sp->next) { in generate_and_add_actives()
827 for (sp = specs; sp; sp = sp->next) { in generate_and_add_actives()
864 for (sp = specs; sp; sp = sp->next) { in generate_and_add_actives()
1127 for (sp = ts->specs; sp; sp = sp_next) { in VG_()
1228 spec->next = topSpecs->specs; in add_hardwired_spec()
1229 topSpecs->specs = spec; in add_hardwired_spec()
1824 for (sp = ts->specs; sp; sp = sp->next) in show_redir_state()