Searched refs:StateRec (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/libX11/dist/modules/lc/def/ | ||
| H A D | lcDefConv.c | 62 } StateRec; typedef in typeref:struct:_StateRec 599 state = Xmalloc(sizeof(StateRec)); |
| /xsrc/external/mit/libXt/dist/include/X11/ | ||
| H A D | TranslateI.h | 110 }StateRec; typedef in typeref:struct:_XtStateRec |
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ | ||
| H A D | lcCT.c | 578 } StateRec, *State; typedef in typeref:struct:_StateRec 1172 conv = Xmalloc(sizeof(XlcConvRec) + sizeof(StateRec)); |
| /xsrc/external/mit/libXt/dist/src/ | ||
| H A D | TMstate.c | 1070 StatePtr state = XtNew(StateRec); 1095 StateRec dummyStateRec, *dummyState = &dummyStateRec; 1117 XtBZero((char *) dummyState, sizeof(StateRec)); |
| /xsrc/external/mit/libX11/dist/modules/lc/gen/ | ||
| H A D | lcGenConv.c | 81 } StateRec, *State; typedef in typeref:struct:_StateRec 2627 conv->state = Xcalloc(1, sizeof(StateRec)); |
Completed in 12 milliseconds