Lines Matching defs:termwidth
587 static int termwidth = -1;
593 termwidth = 60;
594 if (termwidth == -1) {
596 termwidth = atoi(p);
599 termwidth = win.ws_col;
601 termwidth = 60;
603 if (termwidth <= 0)
604 termwidth = 1;
618 if (col + 1 >= termwidth)
625 if (col + width >= termwidth) {
633 if (col + 2 >= termwidth) {
640 if (col + 4 * clen >= (unsigned)termwidth) {
652 if (col + 1 >= termwidth)