Searched refs:DefTree (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| H A D | XimintL.h | 58 } DefTree; typedef in typeref:struct:_DefTree 61 DefTree *tree;
|
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| H A D | imThaiIc.c | 160 DefTree *tree; 170 if (! (ic->private.local.base.tree = tree = Xmalloc(sizeof(DefTree)*3)) )
|
| H A D | imLcLkup.c | 52 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 D | imLcFlt.c | 48 DefTree *b = ic->private.local.base.tree;
|
| H A D | imLcPrs.c | 464 DefTree *p = NULL; 671 DefTree *old = b->tree; 674 DefTree *new = Xrealloc (b->tree, sizeof(DefTree) * newsize);
|
| H A D | imLcIm.c | 304 _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