Home | History | Annotate | Download | only in back

Lines Matching refs:tail

117     HelperCommand *tail;
182 queue->tail->next = command;
184 queue->tail = command;
235 if (queue->tail == command) {
236 queue->tail = NULL;
723 commandQueue.tail = NULL;