Lines Matching refs:sx
353 int sx = 0, ex = 0, cw = 0, i = 0, newx = 0, tabsize;
457 sx = *x;
459 for (sx = *x - 1; sx >= max(*x + cw, 0); sx--) {
462 *y, sx);
463 tp = &win->alines[*y]->line[sx];
472 sx = *x + cw;
474 newx = sx + win->ch_off;
509 __touchline(win, *y, sx, (int) win->maxx - 1);
510 sx = *x = 0;
569 sx + 1, sx + cw - 1);
572 for (tp = lp + 1, *x = sx + 1, i = cw - 1; i > 0; tp++, (*x)++, i--) {
603 __touchline(win, *y, sx, (int) win->maxx - 1);
604 *x = sx = 0;
614 ex = sx + cw;
632 __touchline(win, *y, sx, ex - 1);