OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xkb_keymap_new_from_names
(Results
1 - 5
of
5
) sorted by null
/external/libxkbcommon/xkbcommon/xkbcommon/
xkbcommon-compat.h
48
xkb_keymap_new_from_names
(context, names, flags)
xkbcommon.h
780
xkb_keymap_new_from_names
(struct xkb_context *context,
[
all
...]
/external/libxkbcommon/xkbcommon/test/
rulescomp.c
197
assert(!
xkb_keymap_new_from_names
(ctx, &rmlvo, -1));
198
assert(!
xkb_keymap_new_from_names
(ctx, &rmlvo, 5453));
common.c
335
keymap =
xkb_keymap_new_from_names
(context, NULL, 0);
337
keymap =
xkb_keymap_new_from_names
(context, &rmlvo, 0);
/external/libxkbcommon/xkbcommon/src/
keymap.c
118
xkb_keymap_new_from_names
(struct xkb_context *ctx,
function
Completed in 313 milliseconds