Lines Matching full:gap
46 POSITION gap; /* Gap between prev and next */
50 * "gap" needs some explanation: the gap of any particular line number
53 * gap of a line number is the gap which would be introduced if this
96 anchor.gap = 0;
102 * Calculate the gap for an entry.
107 * Don't bother to compute a gap for the anchor.
108 * Also don't compute a gap for the last one in the list.
109 * The gap for that last one should be considered infinite,
114 p->gap = p->next->pos - p->prev->pos;
183 * gap, take it out and make it the spare.
186 * looking at the gap of the last one, which is
189 mingap = anchor.next->gap;
192 if (p->gap <= mingap)
195 mingap = p->gap;