Searched refs:ValidAtom (Results 1 - 25 of 33) sorted by relevance

12

/xsrc/external/mit/libXfont/dist/include/X11/fonts/
H A Dfontmisc.h56 extern int ValidAtom ( Atom atom );
/xsrc/external/mit/libXfont2/dist/include/X11/fonts/
H A Dfontmisc.h56 extern int ValidAtom ( Atom atom );
/xsrc/external/mit/xfs/dist/difs/
H A Dinitfonts.c85 .valid_atom = ValidAtom,
H A Datom.c146 ValidAtom(Atom atom) function in typeref:typename:int
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dselection.c166 if (!ValidAtom(stuff->selection)) {
238 if (!ValidAtom(stuff->id)) {
276 paramsOkay = ValidAtom(stuff->selection) && ValidAtom(stuff->target);
277 paramsOkay &= (stuff->property == None) || ValidAtom(stuff->property);
H A Dproperty.c149 if (!ValidAtom(atoms[i])) {
231 if (!ValidAtom(stuff->property))
236 if (!ValidAtom(stuff->type))
480 if (!ValidAtom(stuff->property))
490 if ((stuff->type != AnyPropertyType) && !ValidAtom(stuff->type))
638 if (!ValidAtom(stuff->property))
H A Datom.c157 ValidAtom(Atom atom) function in typeref:typename:Bool
/xsrc/external/mit/xorg-server/dist/dix/
H A Dselection.c166 if (!ValidAtom(stuff->selection)) {
236 if (!ValidAtom(stuff->id)) {
275 paramsOkay = ValidAtom(stuff->selection) && ValidAtom(stuff->target);
276 paramsOkay &= (stuff->property == None) || ValidAtom(stuff->property);
H A Dproperty.c158 if (!ValidAtom(atoms[i])) {
236 if (!ValidAtom(stuff->property)) {
240 if (!ValidAtom(stuff->type)) {
470 if (!ValidAtom(stuff->property)) {
478 if ((stuff->type != AnyPropertyType) && !ValidAtom(stuff->type)) {
637 if (!ValidAtom(stuff->property)) {
H A Datom.c144 ValidAtom(Atom atom) function in typeref:typename:Bool
/xsrc/external/mit/libXfont/dist/src/util/
H A Datom.c229 #pragma weak ValidAtom macro
233 ValidAtom(Atom atom) function in typeref:typename:weak int
235 OVERRIDE_SYMBOL(ValidAtom, atom);
/xsrc/external/mit/libXfont2/dist/include/
H A Dlibxfontint.h43 #define ValidAtom __libxfont__ValidAtom macro
/xsrc/external/mit/libXfont/dist/src/stubs/
H A Dstubsinit.c72 INIT_SYMBOL(ValidAtom);
/xsrc/external/mit/libXfont2/dist/src/stubs/
H A Dlibxfontstubs.c142 ValidAtom(Atom atom) function in typeref:typename:int
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrproviderproperty.c527 if (!ValidAtom(stuff->property)) {
531 if (!ValidAtom(stuff->type)) {
557 if (!ValidAtom(stuff->property)) {
597 if (!ValidAtom(stuff->property)) {
605 if ((stuff->type != AnyPropertyType) && !ValidAtom(stuff->type)) {
H A Drrproperty.c558 if (!ValidAtom(stuff->property)) {
562 if (!ValidAtom(stuff->type)) {
591 if (!ValidAtom(stuff->property)) {
628 if (!ValidAtom(stuff->property)) {
636 if ((stuff->type != AnyPropertyType) && !ValidAtom(stuff->type)) {
/xsrc/external/mit/xfs/dist/include/
H A Dmisc.h114 extern int ValidAtom(Atom atom);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinclipboardwrappers.c459 if (!ValidAtom (stuff->selection))
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dxiproperty.c248 if (!ValidAtom(property)) {
257 if ((type != AnyPropertyType) && !ValidAtom(type)) {
335 if (!ValidAtom(property)) {
339 if (!ValidAtom(type)) {
933 if (!ValidAtom(stuff->property)) {
1175 if (!ValidAtom(stuff->property)) {
/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrproperty.c530 if (!ValidAtom(stuff->property))
535 if (!ValidAtom(stuff->type))
560 if (!ValidAtom(stuff->property))
588 if (!ValidAtom(stuff->property))
598 if ((stuff->type != AnyPropertyType) && !ValidAtom(stuff->type))
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dxiproperty.c254 if (!ValidAtom(property))
265 if ((type != AnyPropertyType) && !ValidAtom(type))
350 if (!ValidAtom(property))
355 if (!ValidAtom(type))
956 if (!ValidAtom(stuff->property))
1198 if (!ValidAtom(stuff->property))
/xsrc/external/mit/xf86-input-synaptics/dist/test/
H A Dfake-symbols.h90 extern int ValidAtom(Atom atom);
H A Dfake-symbols.c263 ValidAtom(Atom atom) function in typeref:typename:_X_EXPORT int
/xsrc/external/mit/xorg-server.old/dist/include/
H A Ddix.h302 extern _X_EXPORT Bool ValidAtom(
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrvideo.c244 if (!ValidAtom (a_local_atom))
801 EPHYR_RETURN_VAL_IF_FAIL (ValidAtom (a_attr_name), BadMatch) ;
860 EPHYR_RETURN_VAL_IF_FAIL (ValidAtom (a_attr_name), BadMatch) ;

Completed in 20 milliseconds

12