Lines Matching refs:xstart
4612 int xstart, xlimit, xinc;
4615 xstart = i;
4620 xstart = xlength - 1;
4626 for (i = xstart; i != xlimit; i += xinc) {
4641 for (i = xstart; i != xlimit; i += xinc) {
4734 long i, j, start, end, length, copy, count, xstart, xend, xinc, xlength;
4843 xstart = start;
4848 xstart = end - 1;
4860 for (j = xstart; i != xend && count > 0; i += xinc) {
4933 xstart = 0;
4938 xstart = xlength - 1;
4944 for (i = xstart; i != xend && count > 0; i += xinc) {