Searched refs:DefTree (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DXimintL.h58 } DefTree; typedef in typeref:struct:_DefTree
61 DefTree *tree;
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimThaiIc.c160 DefTree *tree;
170 if (! (ic->private.local.base.tree = tree = Xmalloc(sizeof(DefTree)*3)) )
H A DimLcLkup.c52 DefTree *b = ic->private.local.base.tree;
135 DefTree *b = ic->private.local.base.tree;
207 DefTree *b = ic->private.local.base.tree;
H A DimLcFlt.c48 DefTree *b = ic->private.local.base.tree;
H A DimLcPrs.c464 DefTree *p = NULL;
671 DefTree *old = b->tree;
674 DefTree *new = Xrealloc (b->tree, sizeof(DefTree) * newsize);
H A DimLcIm.c304 _XimCachedDefaultTreeBase.tree = (DefTree *) (((char *) m) + m->tree);
355 XIM_CACHE_VERSION, (unsigned int)sizeof (DefTree), hash, hash2);
358 XIM_CACHE_VERSION, (unsigned int)sizeof (DefTree), hash, hash2);
450 if (! b->tree && ! (b->tree = Xcalloc (1, sizeof(DefTree))) )
474 m->wc = msize + sizeof (DefTree) * m->treeused;
493 fwrite (im->private.local.base.tree, sizeof(DefTree), m->treeused, fp);

Completed in 6 milliseconds