Lines Matching refs:termwidth
87 int termwidth; /* Width of the screen (0 == infinity). */ variable
207 termwidth = atoi(cols); in main()
212 termwidth = UNLIMITED; in main()
214 termwidth = ws.ws_col - 1; in main()
430 termwidth = UNLIMITED; in main()
431 else if (termwidth < 131 && termwidth != UNLIMITED) in main()
432 termwidth = 131; in main()
736 termwidth = UNLIMITED; in main()
751 termwidth != UNLIMITED && ks->ks_str != NULL) { in main()
752 left = termwidth - linelen; in main()
1348 s = fmt_argv((*fn)(kd, ki->ki_p, termwidth), comm, in fmt()