OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCROLL_Y
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/sail/
player.h
72
#define
SCROLL_Y
(SCROLL_B-SCROLL_T+1)
pl_7.c
127
if (STAT_R >= COLS ||
SCROLL_Y
<= 0) {
133
scroll_w = newwin(
SCROLL_Y
, SCROLL_X, SCROLL_T, SCROLL_L);
183
wmove(scroll_w,
SCROLL_Y
- 1, 0);
362
/* XXX:
SCROLL_Y
and whatnot should be unsigned too */
363
visible_lines =
SCROLL_Y
- 1;
386
wmove(scroll_w,
SCROLL_Y
-1, 0);
390
wmove(scroll_w,
SCROLL_Y
-1, cursorx);
393
wmove(scroll_w,
SCROLL_Y
-1, 0);
785
unsigned pagesize =
SCROLL_Y
- 2;
788
visible_lines =
SCROLL_Y
- 1
[
all
...]
Completed in 12 milliseconds
Indexes created Sat Oct 11 08:10:02 GMT 2025