Home
last modified time | relevance | path

Searched refs:swindow (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/less/
H A Doptfunc.c34 extern int swindow;
1225 if (swindow > 0)
1226 return (swindow);
1227 return (sc_height - header_lines + swindow);
H A Dopttbl.c41 public int swindow; /* Size of scrolling window */ variable
463 NUMBER, -1, &swindow, NULL,
H A Dcommand.c31 extern int swindow;
1449 swindow = (int) number; in commands()
1468 swindow = (int) number; in commands()
H A Dscreen.c