Home
last modified time | relevance | path

Searched refs:winwidth (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/bin/ksh/
H A Dvi.c1363 static int winwidth; /* width of window */ variable
1458 winwidth = x_cols - pwidth - 3;
1779 if (col >= winwidth) in outofwin()
1794 if (tcol - holdcol2 > winwidth / 2) { in rewindow()
1802 while (tcol - holdcol1 > winwidth / 2) in rewindow()
1832 while (col < winwidth && cur < es->linelen) {
1838 } while (++col < winwidth && (col & 7) != 0);
1842 if (++col < winwidth) {
1848 if (col < winwidth) {
1851 if (++col < winwidth) {
[all …]
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git134415 gdb/tui: add new 'tui window width' command and 'winwidth' alias
134417 'winwidth'. This command is equivalent to the old 'winheight'
134424 'winwidth' alias.
134427 just didn't seem right to no have the matching 'winwidth'.