Searched refs:tprev (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/kern/
H A Duipc_mbuf2.c376 struct m_tag *p, *t, *tprev = NULL; local
385 if (tprev == NULL)
388 SLIST_INSERT_AFTER(tprev, t, m_tag_link);
389 tprev = t;
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dmain.c809 struct temp *t, **tprev; local
812 for (tprev = &delayed_remove, t = delayed_remove; t; t = *tprev)
815 *tprev = t->next;
818 tprev = &t->next;
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.end.c330 struct toptenentry *t0, *t1, *tprev; local
376 tprev = 0;
388 if (tprev == 0)
391 tprev->tt_next = t0;
396 tprev = t1;

Completed in 116 milliseconds