Searched refs:nTypes (Results 1 – 3 of 3) sorted by relevance
999 if (((rep->present & XkbKeyTypesMask) == 0) || (rep->nTypes < 1) || in XkbSizeKeyTypes()1002 rep->firstType = rep->nTypes = 0; in XkbSizeKeyTypes()1006 for (i = 0; i < rep->nTypes; i++, type++) { in XkbSizeKeyTypes()1026 for (i = 0; i < rep->nTypes; i++, type++) { in XkbWriteKeyTypes()1418 if (rep->nTypes > 0) in XkbSendMap()1492 rep.nTypes = xkb->map->num_types; in ProcXkbGetMap()1495 if (((unsigned) stuff->firstType + stuff->nTypes) > xkb->map->num_types) { in ProcXkbGetMap()1497 stuff->firstType, stuff->nTypes); in ProcXkbGetMap()1501 rep.nTypes = stuff->nTypes; in ProcXkbGetMap()1504 rep.nTypes = 0; in ProcXkbGetMap()[all …]
817 mn.nTypes = pChanges->map.num_types; in XkbSendNotification()872 nn.nTypes = pChanges->names.num_types; in XkbSendNotification()
178092 to xkb.h. Explicitly initialise nTypes in xkb.c.