Lines Matching defs:width
70 unsigned width, height, i, cmdlen, len, xx QUIET, yy QUIET, active QUIET;
99 start_redraw(&width, &height);
111 pad = width-++ctimelen;
114 if (width) xputs(ss+(width>ctimelen ? 0 : width-1));
139 cc = scan_key_getsize(toybuf, 0, &width, &height);
156 if (xx==width) {
160 xx += crunch_str(&ss, width-xx, stdout, 0, watch_escape);
161 if (xx==width) {
180 if (xx>width-1) xx = width-1;