Lines Matching refs:xp
35 DoNoOp(XParms xp, Parms p, int64_t reps)
38 XNoOp(xp->d);
45 DoGetAtom(XParms xp, Parms p, int64_t reps)
48 char *atom = XGetAtomName (xp->d, 1);
55 DoQueryPointer(XParms xp, Parms p, int64_t reps)
62 XQueryPointer (xp->d, xp->w, &w, &w, &x, &x, &x, &x, &m);
68 InitGetProperty(XParms xp, Parms p, int64_t reps)
76 XA_PK_TEMP = XInternAtom (xp->d, "_PK_TEMP", False);
78 xp->d, xp->w, XA_PK_TEMP, XA_INTEGER, 32,
84 DoGetProperty(XParms xp, Parms p, int64_t reps)
93 xp->d, xp->w, XA_PK_TEMP, 0, 4,