Lines Matching full:append_queue
107 struct append_queue {
111 struct append_queue *next;
171 static struct append_queue *append_head = NULL;
172 static struct append_queue *append_tail = NULL;
590 static struct append_queue *next_append_slot P_((void));
591 static struct append_queue *
594 struct append_queue *n = MALLOC(1, struct append_queue);
613 struct append_queue *p, *q;
630 struct append_queue *p;
1410 struct append_queue *aq = next_append_slot();
1606 struct append_queue *aq = next_append_slot();
1614 struct append_queue *aq;