Searched refs:overlays (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/libxkbfile/dist/src/
H A Dsrvmisc.c189 if (section->overlays) {
193 for (o = 0, ol = section->overlays;
H A Dcout.c734 for (o = 0, ol = section->overlays; o < section->num_overlays; o++, ol++) {
758 for (o = 0, ol = section->overlays; o < section->num_overlays; o++, ol++) {
776 fprintf(file, " ol= section->overlays;\n");
777 for (o = 0, ol = section->overlays; o < section->num_overlays; o++, ol++) {
865 fprintf(file, " NULL /* overlays */\n");
H A Dxkmout.c804 if (section->overlays) {
807 for (ol = section->overlays, i = 0; i < section->num_overlays;
1048 if (section->overlays) {
1051 for (i = 0, ol = section->overlays; i < section->num_overlays;
H A Dxkbout.c853 if (s->overlays != NULL) {
856 for (i = 0, ol = s->overlays; i < s->num_overlays; i++, ol++) {
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBSetGeom.c147 if (section->overlays) {
151 for (o = 0, ol = section->overlays; o < section->num_overlays;
374 if (section->overlays) {
378 wire = _WriteGeomOverlay(wire, &section->overlays[o]);
H A DXKBGAlloc.c303 (char **) &section->overlays,
512 #define _XkbAllocOverlays(s, n) _XkbGeomAlloc((XPointer *)&(s)->overlays, \
976 for (i = 0, overlay = section->overlays; i < section->num_overlays;
988 overlay = &section->overlays[section->num_overlays];
H A DXKBGeom.c231 for (o = 0, ol = section->overlays; o < section->num_overlays;
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DXKBGAlloc.c300 (char **)&section->overlays,
500 #define _XkbAllocOverlays(s,n) _XkbGeomAlloc((void *)&(s)->overlays,\
962 for (i=0,overlay=section->overlays;i<section->num_overlays;i++,overlay++) {
972 overlay= &section->overlays[section->num_overlays];
H A Dxkbgeom.h244 struct _XkbOverlay *overlays; member in struct:_XkbSection
H A Dxkbout.c788 if (s->overlays!=NULL) {
790 for (i=0,ol=s->overlays;i<s->num_overlays;i++,ol++) {
H A Dxkb.c4754 if (section->overlays) {
4757 for (o=0,ol=section->overlays;o<section->num_overlays;o++,ol++) {
4842 if (section->overlays) {
4845 wire= XkbWriteGeomOverlay(wire,&section->overlays[o],swap);
H A DxkbUtils.c1778 dsection->overlays = NULL;
/xsrc/external/mit/libX11/dist/include/X11/extensions/
H A DXKBgeom.h207 struct _XkbOverlay *overlays; member in struct:_XkbSection
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkbgeom.h234 struct _XkbOverlay *overlays; member in struct:_XkbSection
H A DXKBGAlloc.c490 #define _XkbAllocOverlays(s,n) _XkbGeomAlloc((void *)&(s)->overlays,\
864 for (i = 0, overlay = section->overlays; i < section->num_overlays;
876 overlay = &section->overlays[section->num_overlays];
H A Dxkbout.c802 if (s->overlays != NULL) {
805 for (i = 0, ol = s->overlays; i < s->num_overlays; i++, ol++) {
H A Dxkb.c4897 if (section->overlays) {
4901 for (o = 0, ol = section->overlays; o < section->num_overlays;
4989 if (section->overlays) {
4993 wire = XkbWriteGeomOverlay(wire, &section->overlays[o], swap);
H A DxkbUtils.c1782 dsection->overlays = NULL;
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBgeom.h251 struct _XkbOverlay *overlays; member in struct:_XkbSection
/xsrc/external/mit/xkbcomp/dist/
H A Dgeometry.c210 OverlayInfo *overlays; member in struct:_SectionInfo
1008 for (old = si->overlays; old != NULL;
1023 ("Multiple overlays named \"%s\" for section \"%s\"\n",
1062 si->overlays = (OverlayInfo *) AddCommonInfo(&si->overlays->defs,
1146 old->overlays = NULL;
3618 if (si->overlays != NULL)
3620 for (OverlayInfo *oi = si->overlays; oi != NULL;

Completed in 93 milliseconds