Searched refs:OMDataRec (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DXomGeneric.h93 } OMDataRec, *OMData; typedef in typeref:struct:_OMDataRec
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DXDefaultOMIF.c89 } OMDataRec, *OMData; typedef in typeref:struct:_OMDataRec
997 new = Xcalloc(1, sizeof(OMDataRec));
/xsrc/external/mit/libX11/dist/modules/om/generic/
H A DomGeneric.c1789 new = Xrealloc(gen->data, (num + 1) * sizeof(OMDataRec));
1791 new = Xmalloc(sizeof(OMDataRec));
1800 bzero((char *) new, sizeof(OMDataRec));

Completed in 6 milliseconds