Lines Matching refs:tl_next
265 while (tlbs->tl_next != NULL) { in _t_register_lookevent()
267 tlbs = tlbs->tl_next; in _t_register_lookevent()
274 if ((tlbs->tl_next = malloc(sizeof (struct _ti_lookbufs))) == in _t_register_lookevent()
277 tlbs = tlbs->tl_next; in _t_register_lookevent()
302 tlbs->tl_next = NULL; in _t_register_lookevent()
643 tiptr->ti_lookbufs.tl_next = NULL; in _t_reinit_tiptr()
1255 tlbs = head_tlbs->tl_next; in _t_free_lookbufs()
1256 head_tlbs->tl_next = NULL; in _t_free_lookbufs()
1263 tlbs = tlbs->tl_next; in _t_free_lookbufs()
1282 if (tlbs->tl_next) { in _t_free_looklist_head()
1292 next_tlbs = tlbs->tl_next; in _t_free_looklist_head()
1293 tlbs->tl_next = next_tlbs->tl_next; in _t_free_looklist_head()
1333 tlbs = tiptr->ti_lookbufs.tl_next; in _t_flush_lookevents()
1334 tiptr->ti_lookbufs.tl_next = NULL; in _t_flush_lookevents()
1340 tlbs = tlbs->tl_next; in _t_flush_lookevents()