Lines Matching defs:atom
49 Atom atom;
57 #define DeclareAtom(atom,text) \
58 static struct _AtomRec __##atom = { text, NULL }; \
59 AtomPtr _##atom = &__##atom;
115 return display_rec->atom;
121 display_rec->atom = XInternAtom(d, atom_ptr->name, False);
122 return display_rec->atom;
127 XmuGetAtomName(Display *d, Atom atom)
129 if (atom == 0) return (NULL);
130 return XGetAtomName(d, atom);