Lines Matching refs:newts
396 TopSpec* newts; in VG_() local
693 newts = dinfo_zalloc("redir.rnnD.4", sizeof(TopSpec)); in VG_()
694 newts->next = NULL; /* not significant */ in VG_()
695 newts->seginfo = newdi; in VG_()
696 newts->specs = specList; in VG_()
697 newts->mark = False; /* not significant */ in VG_()
719 generate_and_add_actives( specList, newts, in VG_()
726 newdi, newts ); in VG_()
730 generate_and_add_actives( specList, newts, in VG_()
731 newdi, newts ); in VG_()
734 newts->next = topSpecs; in VG_()
735 topSpecs = newts; in VG_()