OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:screenpad
(Results
1 - 1
of
1
) sorted by null
/external/qemu/
curses.c
44
static WINDOW *
screenpad
= NULL;
variable
54
mvwaddchnstr(
screenpad
, y, 0, line, width);
56
pnoutrefresh(
screenpad
, py, px, sminy, sminx, smaxy - 1, smaxx - 1);
70
if (
screenpad
)
71
delwin(
screenpad
);
76
screenpad
= newpad(height, width);
Completed in 3944 milliseconds