HomeSort by: relevance | last modified time | path
    Searched defs:StateRec (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/libX11/dist/modules/lc/def/
lcDefConv.c 62 } StateRec;
599 state = Xmalloc(sizeof(StateRec));
  /xsrc/external/mit/libX11/dist/src/xlibi18n/
lcCT.c 578 } StateRec, *State;
1172 conv = Xmalloc(sizeof(XlcConvRec) + sizeof(StateRec));
  /xsrc/external/mit/libX11/dist/modules/lc/gen/
lcGenConv.c 81 } StateRec, *State;
2627 conv->state = Xcalloc(1, sizeof(StateRec));
  /xsrc/external/mit/libXt/dist/include/X11/
TranslateI.h 110 }StateRec;

Completed in 10 milliseconds