OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sminy
(Results
1 - 1
of
1
) sorted by null
/external/qemu/
curses.c
46
static int px, py, sminx,
sminy
, smaxx, smaxy;
variable
56
pnoutrefresh(screenpad, py, px,
sminy
, sminx, smaxy - 1, smaxx - 1);
90
sminy
= 0;
94
sminy
= (LINES - height) / 2;
95
smaxy =
sminy
+ height;
141
y =
sminy
+ y - py;
Completed in 17 milliseconds