Searched defs:termwidth (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sed/
H A Dprocess.c569 static int termwidth = -1; local
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) {
[all...]

Completed in 261 milliseconds