Lines Matching refs:crep
5877 xkbGetCompatMapReply crep = { 0 }; in ProcXkbGetKbdByName() local
6039 crep.type = X_Reply; in ProcXkbGetKbdByName()
6040 crep.deviceID = dev->id; in ProcXkbGetKbdByName()
6041 crep.sequenceNumber = client->sequence; in ProcXkbGetKbdByName()
6042 crep.length = 0; in ProcXkbGetKbdByName()
6043 crep.groups = XkbAllGroupsMask; in ProcXkbGetKbdByName()
6044 crep.firstSI = 0; in ProcXkbGetKbdByName()
6045 crep.nSI = crep.nTotalSI = new->compat->num_si; in ProcXkbGetKbdByName()
6046 XkbComputeGetCompatMapReplySize(new->compat, &crep); in ProcXkbGetKbdByName()
6047 rep.length += SIZEOF(xGenericReply) / 4 + crep.length; in ProcXkbGetKbdByName()
6135 XkbSendCompatMap(client, new->compat, &crep); in ProcXkbGetKbdByName()