Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
H A Doptfunc.c34 extern int swindow;
1092 if (swindow > 0) in get_swindow()
1093 return (swindow); in get_swindow()
1094 return (sc_height - header_lines + swindow); in get_swindow()
H A Dopttbl.c41 public int swindow; /* Size of scrolling window */ variable
456 NUMBER, -1, &swindow, NULL,
H A Dcommand.c31 extern int swindow;
1360 swindow = (int) number; in commands()
1379 swindow = (int) number; in commands()
H A Dscreen.c283 extern int swindow;