Lines Matching refs:termwidth
569 static int termwidth = -1;
575 termwidth = 60;
576 if (termwidth == -1) {
578 termwidth = atoi(p);
581 termwidth = win.ws_col;
583 termwidth = 60;
585 if (termwidth <= 0)
586 termwidth = 1;
600 if (col + 1 >= termwidth)
607 if (col + width >= termwidth) {
615 if (col + 2 >= termwidth) {
623 if (col + 4 * clen >= (unsigned)termwidth) {
635 if (col + 1 >= termwidth)