Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtecla/common/
H A Dchrqueue.c61 typedef struct CqCharBuff CqCharBuff; typedef
62 struct CqCharBuff { struct
63 CqCharBuff *next; /* The next node in the list of buffers */ argument
75 CqCharBuff *head; /* The head of the list of output buffers */
76 CqCharBuff *tail; /* The tail of the list of output buffers */
122 cq->bufmem = _new_FreeList(sizeof(CqCharBuff), 1); in _new_GlCharQueue()
222 CqCharBuff *node = (CqCharBuff *) _new_FreeListNode(cq->bufmem); in _glq_append_chars()
390 CqCharBuff *node = cq->buffers.head; in _glq_flush_queue()
398 node = (CqCharBuff *) _del_FreeListNode(cq->bufmem, node); in _glq_flush_queue()