Lines Matching refs:twidth
84 static int tplen, maxlen, twidth;
194 twidth = 80;
196 twidth = (win.ws_col == 0 ? 80 : win.ws_col);
240 if (twidth < 132)
241 twidth = 132;
243 twidth = NCARGS;
375 twidth = twidth - strlen(hdr) + 6;
378 if (twidth > PRARGSZ && (psargs = malloc(twidth)) == NULL) {
567 int bsize = twidth;
663 bsize = twidth - len - 1;
958 maxlen = twidth - tplen + 9;
960 maxlen = twidth;