Lines Matching refs:xx
70 unsigned width, height, i, cmdlen, len, xx QUIET, yy QUIET, active QUIET;
116 xx = 0;
156 if (xx==width) {
157 xx = 0;
160 xx += crunch_str(&ss, width-xx, stdout, 0, watch_escape);
161 if (xx==width) {
162 xx = 0;
174 if (cc=='\n') putchar('\r'), xx = 0;
177 if (cc=='\b' && xx) xx--;
179 xx = (xx|7)+1;
180 if (xx>width-1) xx = width-1;