Lines Matching defs:spare
65 static struct linenum_info *spare; /* We always keep one spare entry */
83 * Leave one for the "spare".
90 spare = &pool[NPOOL-1];
153 * Use the "spare" entry.
155 new = spare;
156 spare = NULL;
178 if (spare == NULL)
181 * We have used the spare entry.
183 * gap, take it out and make it the spare.
194 spare = p;
198 spare->next->prev = spare->prev;
199 spare->prev->next = spare->next;