Searched refs:NameForAtom (Results 1 - 25 of 70) sorted by relevance

123

/xsrc/external/mit/libXfont/dist/include/X11/fonts/
H A Dfontmisc.h57 extern char *NameForAtom (Atom atom);
/xsrc/external/mit/libXfont2/dist/include/X11/fonts/
H A Dfontmisc.h57 extern const char *NameForAtom (Atom atom);
/xsrc/external/mit/bdftopcf/dist/
H A Dfontmisc.h56 extern char *NameForAtom(Atom atom);
H A Datom.c207 NameForAtom(Atom atom) function in typeref:typename:char *
H A Dbdfutils.c283 name = NameForAtom(prop->name);
/xsrc/external/mit/xfs/dist/difs/
H A Dinitfonts.c86 .name_for_atom = NameForAtom,
H A Dfontinfo.c96 data_len += strlen(NameForAtom(pinfo->props[i].name));
98 data_len += strlen(NameForAtom(pinfo->props[i].value));
125 str = NameForAtom(pinfo->props[i].name);
132 str = NameForAtom(pinfo->props[i].value);
H A Datom.c152 NameForAtom(Atom atom) function in typeref:typename:const char *
/xsrc/external/mit/libXfont/dist/src/util/
H A Datom.c240 #pragma weak NameForAtom macro
244 NameForAtom(Atom atom) function in typeref:typename:weak char *
246 OVERRIDE_SYMBOL(NameForAtom, atom);
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DFont.c61 name = NameForAtom(value_atom);
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DFont.c63 name = NameForAtom(value_atom);
/xsrc/external/mit/libXfont2/dist/include/
H A Dlibxfontint.h44 #define NameForAtom __libxfont__NameForAtom macro
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkbfmisc.c243 tmp= NameForAtom(old_names->types);
253 tmp= NameForAtom(old_names->compat);
262 tmp= NameForAtom(old_names->symbols);
268 tmp= NameForAtom(old_names->keycodes);
277 tmp= NameForAtom(old_names->geometry);
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkbfmisc.c253 tmp = NameForAtom(old_names->types);
263 tmp = NameForAtom(old_names->compat);
273 tmp = NameForAtom(old_names->symbols);
279 tmp = NameForAtom(old_names->keycodes);
289 tmp = NameForAtom(old_names->geometry);
/xsrc/external/mit/libXfont/dist/src/stubs/
H A Dstubsinit.c73 INIT_SYMBOL(NameForAtom);
/xsrc/external/mit/libXfont2/dist/src/stubs/
H A Dlibxfontstubs.c150 NameForAtom(Atom atom) function in typeref:typename:const char *
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbdfutils.c286 name = NameForAtom(prop->name);
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbdfutils.c287 name = NameForAtom(prop->name);
/xsrc/external/mit/xfs/dist/include/
H A Dmisc.h115 extern const char *NameForAtom(Atom atom);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Datom.c163 NameForAtom(Atom atom) function in typeref:typename:const char *
/xsrc/external/mit/xorg-server/dist/dix/
H A Datom.c150 NameForAtom(Atom atom) function in typeref:typename:const char *
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrvideo.c247 atom_name = NameForAtom (a_local_atom) ;
806 NameForAtom (a_attr_name),
817 NameForAtom (a_attr_name),
821 NameForAtom (a_attr_name)) ;
829 NameForAtom (a_attr_name)) ;
865 NameForAtom (a_attr_name)) ;
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyrvideo.c191 atom_name = NameForAtom(a_local_atom);
762 (int) a_attr_name, NameForAtom(a_attr_name), a_attr_value);
772 NameForAtom(a_attr_name),
775 NameForAtom(a_attr_name));
783 NameForAtom(a_attr_name));
816 (int) a_attr_name, NameForAtom(a_attr_name));
/xsrc/external/mit/xf86-input-ws/dist/src/
H A Demumb.c374 DBG(1, ErrorF("wsmbEmuSetProperty %s\n", NameForAtom(atom)));
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxselinux_label.c96 const char *name = NameForAtom(atom);

Completed in 14 milliseconds

123