Home
last modified time | relevance | path

Searched refs:EXPLICIT_REPEAT (Results 1 – 5 of 5) sorted by relevance

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dkeymap.c148 if (!(key->explicit & EXPLICIT_REPEAT) && interp->repeat) in ApplyInterpsToKey()
Dkeymap-dump.c530 if (key->explicit & EXPLICIT_REPEAT) { in write_key()
Dsymbols.c1492 key->explicit |= EXPLICIT_REPEAT; in CopySymbolsDefToKeymap()
/external/libxkbcommon/xkbcommon/src/
Dkeymap.h311 EXPLICIT_REPEAT = (1 << 2), enumerator
/external/libxkbcommon/xkbcommon/src/x11/
Dkeymap.c575 key->explicit |= EXPLICIT_REPEAT; in get_explicits()