HomeSort by: relevance | last modified time | path
    Searched defs:grep (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/libX11/dist/src/xkb/
XKBGetByName.c 196 xkbGetGeometryReply grep; local
200 _XRead(dpy, (char *) &grep, SIZEOF(xkbGetGeometryReply));
202 status = _XkbReadGetGeometryReply(dpy, &grep, xkb, &nread);
  /xsrc/external/mit/xorg-server/dist/xkb/
xkb.c 5919 xkbGetGeometryReply grep = { 0 }; local
6162 grep.type = X_Reply;
6163 grep.deviceID = dev->id;
6164 grep.sequenceNumber = client->sequence;
6165 grep.length = 0;
6166 grep.found = TRUE;
6167 grep.pad = 0;
6168 grep.widthMM = grep.heightMM = 0;
6169 grep.nProperties = grep.nColors = grep.nShapes = 0
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/xkb/
xkb.c 5742 xkbGetGeometryReply grep = {0}; local
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
    [all...]

Completed in 12 milliseconds