Home
last modified time | relevance | path

Searched refs:tprev (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/kern/
H A Duipc_mbuf2.c356 struct m_tag *p, *t, *tprev = NULL; in m_tag_copy_chain() local
365 if (tprev == NULL) in m_tag_copy_chain()
368 SLIST_INSERT_AFTER(tprev, t, m_tag_link); in m_tag_copy_chain()
369 tprev = t; in m_tag_copy_chain()
/openbsd/games/hack/
H A Dhack.end.c304 struct toptenentry *t0, *t1, *tprev; in topten() local
348 tprev = 0; in topten()
360 if(tprev == 0) in topten()
363 tprev->tt_next = t0; in topten()
368 tprev = t1; in topten()