Lines Matching defs:grep
5917 xkbGetGeometryReply grep = { 0 };
6160 grep.type = X_Reply;
6161 grep.deviceID = dev->id;
6162 grep.sequenceNumber = client->sequence;
6163 grep.length = 0;
6164 grep.found = TRUE;
6165 grep.pad = 0;
6166 grep.widthMM = grep.heightMM = 0;
6167 grep.nProperties = grep.nColors = grep.nShapes = 0;
6168 grep.nSections = grep.nDoodads = 0;
6169 grep.baseColorNdx = grep.labelColorNdx = 0;
6170 XkbComputeGetGeometryReplySize(new->geom, &grep, None);
6171 rep.length += SIZEOF(xGenericReply) / 4 + grep.length;
6192 XkbSendGeometry(client, new->geom, &grep, FALSE);