Searched refs:firstLvlType (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBNames.c332 unsigned firstLvlType, nLvlTypes; local in function:XkbSetNames
342 firstLvlType = firstType;
362 (firstLvlType + nLvlTypes > xkb->map->num_types))
365 type = &xkb->map->types[firstLvlType];
400 req->firstKTLevel = firstLvlType;
502 type = &xkb->map->types[firstLvlType];
506 type = &xkb->map->types[firstLvlType];
540 unsigned firstLvlType, nLvlTypes; local in function:XkbChangeNames
553 firstLvlType = changes->first_lvl;
576 firstLvlType
[all...]

Completed in 2 milliseconds