Home | History | Annotate | Download | only in sh

Lines Matching full:endoff

83 	int endoff;		/* offset of end of region */
303 removerecordregions(int endoff)
308 if (ifsfirst.endoff > endoff) {
317 if (ifsfirst.begoff > endoff)
321 ifsfirst.endoff = endoff;
327 while (ifslastp->next && ifslastp->next->begoff < endoff)
337 if (ifslastp->endoff > endoff)
338 ifslastp->endoff = endoff;
920 if (ifslastp->endoff == start
923 ifslastp->endoff = end;
932 ifslastp->endoff = end;
974 while (p < string + ifsp->endoff) {
1009 for (; p < string + ifsp->endoff; p++) {