Searched refs:onlyIfExists (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DIntAtom.c61 Bool onlyIfExists,
109 req->onlyIfExists = onlyIfExists;
166 Bool onlyIfExists)
176 if ((atom = _XInternAtom(dpy, name, onlyIfExists, &sig, &idx, &n))) {
247 Bool onlyIfExists,
268 if (!(atoms_return[i] = _XInternAtom(dpy, names[i], onlyIfExists,
58 _XInternAtom(Display * dpy,_Xconst char * name,Bool onlyIfExists,unsigned long * psig,int * pidx,int * pn) argument
163 XInternAtom(Display * dpy,const char * name,Bool onlyIfExists) argument
243 XInternAtoms(Display * dpy,char ** names,int count,Bool onlyIfExists,Atom * atoms_return) argument
/xsrc/external/mit/libxkbfile/dist/src/
H A Dxkbatom.c213 XkbInternAtom(Display *dpy, const char *name, Bool onlyIfExists) argument
218 return _XkbMakeAtom(name, strlen(name), (!onlyIfExists));
220 return XInternAtom(dpy, name, onlyIfExists);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddispatch.c1007 if ((stuff->onlyIfExists != xTrue) && (stuff->onlyIfExists != xFalse))
1009 client->errorValue = stuff->onlyIfExists;
1013 atom = MakeAtom(tchar, stuff->nbytes, !stuff->onlyIfExists);
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddispatch.c1115 if ((stuff->onlyIfExists != xTrue) && (stuff->onlyIfExists != xFalse)) {
1116 client->errorValue = stuff->onlyIfExists;
1120 atom = MakeAtom(tchar, stuff->nbytes, !stuff->onlyIfExists);
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h1396 BOOL onlyIfExists;
1392 BOOL onlyIfExists; member in struct:__anone2852e7a5f08

Completed in 20 milliseconds