OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dpy_text_cursor
(Results
1 - 3
of
3
) sorted by null
/external/qemu/
console.h
116
void (*
dpy_text_cursor
)(struct DisplayState *s, int x, int y);
member in struct:DisplayChangeListener
249
if (dcl->
dpy_text_cursor
) dcl->
dpy_text_cursor
(s, x, y);
curses.c
365
dcl->
dpy_text_cursor
= curses_cursor_position;
/external/qemu/android/
main.c
576
dcl->
dpy_text_cursor
= NULL;
[
all
...]
Completed in 19 milliseconds