Lines Matching defs:tail
55 static struct dup *head, *tail, *new;75 tail = head->next;76 while (tail) {77 new = tail->next;78 free(tail);79 tail = new;81 tail = head;101 tail->next = new;102 tail = new;124 pt = &tail->mem[MEMSIZ-size];150 pt = &tail->mem[MEMSIZ-size];