Searched refs:StateRec (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libX11/dist/modules/lc/def/
H A DlcDefConv.c62 } StateRec; typedef in typeref:struct:_StateRec
599 state = Xmalloc(sizeof(StateRec));
/xsrc/external/mit/libXt/dist/include/X11/
H A DTranslateI.h110 }StateRec; typedef in typeref:struct:_XtStateRec
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DlcCT.c578 } StateRec, *State; typedef in typeref:struct:_StateRec
1172 conv = Xmalloc(sizeof(XlcConvRec) + sizeof(StateRec));
/xsrc/external/mit/libXt/dist/src/
H A DTMstate.c1070 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 DlcGenConv.c81 } StateRec, *State; typedef in typeref:struct:_StateRec
2627 conv->state = Xcalloc(1, sizeof(StateRec));

Completed in 12 milliseconds