Lines Matching refs:tail
55 lnode *head, *tail, *cptr; member
77 if (pThis->tail != 0) { in appendPrim()
78 flink = &(pThis->tail->next); in appendPrim()
79 blink = pThis->tail; in appendPrim()
87 pThis->tail = ptr; in appendPrim()
105 blink = &pThis->tail; in prependPrim()
129 pThis->head = pThis->tail = pThis->cptr = 0; in listNewEmpty()
148 pThis->head = pThis->tail = pThis->cptr = 0; in listNewCopy()
204 return pThis->cptr == pThis->tail; in listAtLast()
277 if (pThis->cptr != pThis->tail) { in listToLast()
278 pThis->cptr = pThis->tail; in listToLast()
331 pThis->tail = ptr; in listInsertAfter()
368 pThis->tail = pThis->cptr->prev; in listRemove()
398 pThis->head = pThis->tail = pThis->cptr = 0; in listClear()