OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kbd_layout_t
(Results
1 - 4
of
4
) sorted by null
/external/qemu/
keymaps.c
62
static
kbd_layout_t
*parse_keyboard_layout(const name2keysym_t *table,
64
kbd_layout_t
* k)
95
k = qemu_mallocz(sizeof(
kbd_layout_t
));
176
kbd_layout_t
*k = kbd_layout;
197
kbd_layout_t
*k = kbd_layout;
208
kbd_layout_t
*k = kbd_layout;
keymaps.h
52
}
kbd_layout_t
;
typedef in typeref:struct:__anon13808
vnc.h
93
kbd_layout_t
*kbd_layout;
curses.c
161
static
kbd_layout_t
*kbd_layout = NULL;
Completed in 4300 milliseconds