Lines Matching defs:termwidth
597 static size_t termwidth = (size_t)-1;
603 termwidth = 60;
604 if (termwidth == (size_t)-1) {
606 termwidth = (size_t)atoi(p);
610 termwidth = win.ws_col;
613 termwidth = 60;
615 if (termwidth == 0)
616 termwidth = 1;
630 if (col + 1 >= termwidth)
641 if (col + width >= termwidth) {
649 if (col + 2 >= termwidth) {
656 if (col + 4 * clen >= termwidth) {
668 if (col + 1 >= termwidth)