Lines Matching defs:grep
5742 xkbGetGeometryReply grep = {0};
5964 grep.type= X_Reply;
5965 grep.deviceID= dev->id;
5966 grep.sequenceNumber= client->sequence;
5967 grep.length= 0;
5968 grep.found= TRUE;
5969 grep.pad= 0;
5970 grep.widthMM= grep.heightMM= 0;
5971 grep.nProperties= grep.nColors= grep.nShapes= 0;
5972 grep.nSections= grep.nDoodads= 0;
5973 grep.baseColorNdx= grep.labelColorNdx= 0;
5974 XkbComputeGetGeometryReplySize(new->geom,&grep,None);
5975 rep.length+= SIZEOF(xGenericReply)/4+grep.length;
5997 XkbSendGeometry(client,new->geom,&grep,FALSE);