Home
last modified time | relevance | path

Searched refs:XkbIndicatorRec (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxcommon.h60 XkbIndicatorRec savedIndicators
/OK3568_Linux_fs/external/xserver/xkb/
H A DXKBAlloc.c284 xkb->indicators = calloc(1, sizeof(XkbIndicatorRec)); in XkbAllocIndicatorMaps()
H A DxkbUtils.c1909 dst->indicators = malloc(sizeof(XkbIndicatorRec)); in _XkbCopyIndicators()
1913 memcpy(dst->indicators, src->indicators, sizeof(XkbIndicatorRec)); in _XkbCopyIndicators()
/OK3568_Linux_fs/external/xserver/include/
H A Dxkbstr.h408 } XkbIndicatorRec, *XkbIndicatorPtr; typedef