OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sminx
(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);
80
sminx
= 0;
84
sminx
= (COLS - width) / 2;
85
smaxx =
sminx
+ width;
140
x =
sminx
+ x - px;
Completed in 32 milliseconds