Searched refs:nameAtom (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xkbutils/dist/
H A Dxkbbell.c46 static Atom nameAtom = None; variable in typeref:typename:Atom
214 if (force && (nameAtom != None))
217 nameAtom = XInternAtom(dpy, bellName, 0);
224 ok = XkbBellEvent(dpy, win, volume, nameAtom);
226 ok = XkbBell(dpy, win, volume, nameAtom);
241 nameAtom);
243 ok = XkbDeviceBell(dpy, win, devSpec, class, id, volume, nameAtom);
/xsrc/external/mit/libxkbfile/dist/src/
H A Dxkmread.c864 Atom nameAtom; local in function:ReadXkmGeomSection
867 nameAtom = XkbInternAtom(dpy, buf, False);
870 section = XkbAddGeomSection(geom, nameAtom, sectionWire.num_rows,
992 Atom nameAtom; local in function:ReadXkmGeometry
1000 nameAtom = XkbInternAtom(result->xkb->dpy, buf, False);
1003 shape = XkbAddGeomShape(geom, nameAtom, shapeWire.num_outlines);
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkmread.c923 Atom nameAtom; local in function:ReadXkmGeomSection
926 nameAtom= XkbInternAtom(buf,FALSE);
929 section= XkbAddGeomSection(geom,nameAtom,sectionWire.num_rows,
1050 Atom nameAtom; local in function:ReadXkmGeometry
1056 nameAtom= XkbInternAtom(buf,FALSE);
1059 shape= XkbAddGeomShape(geom,nameAtom,shapeWire.num_outlines);
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkmread.c963 Atom nameAtom; local in function:ReadXkmGeomSection
966 nameAtom = XkbInternAtom(buf, FALSE);
969 section = XkbAddGeomSection(geom, nameAtom, sectionWire.num_rows,
1091 Atom nameAtom; local in function:ReadXkmGeometry
1099 nameAtom = XkbInternAtom(buf, FALSE);
1102 shape = XkbAddGeomShape(geom, nameAtom, shapeWire.num_outlines);

Completed in 7 milliseconds