Lines Matching refs:termwidth
106 int termwidth; /* Width of the screen (0 == infinity). */ variable
212 termwidth = atoi(cols); in main()
217 termwidth = UNLIMITED; in main()
219 termwidth = ws.ws_col - 1; in main()
417 termwidth = UNLIMITED; in main()
418 else if (termwidth < 131 && termwidth != UNLIMITED) in main()
419 termwidth = 131; in main()
671 termwidth = UNLIMITED; in main()
686 termwidth != UNLIMITED && ks->ks_str != NULL) { in main()
687 left = termwidth - linelen; in main()
1257 s = fmt_argv((*fn)(kd, ki->ki_p, termwidth), comm, in fmt()