HomeSort by: relevance | last modified time | path
    Searched refs:XawTextUndo (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
TextSrcP.h 132 typedef struct _XawTextUndo XawTextUndo;
149 XawTextUndo *undo;
  /xsrc/external/mit/libXaw/dist/src/
TextSrc.c 109 static void FreeUndoBuffer(XawTextUndo*);
110 static void UndoGC(XawTextUndo*);
309 src->textSrc.undo = (XawTextUndo*)XtCalloc(1, sizeof(XawTextUndo));
372 newtw->textSrc.undo = (XawTextUndo*)
373 XtCalloc(1, sizeof(XawTextUndo));
1316 FreeUndoBuffer(XawTextUndo *undo)
1358 UndoGC(XawTextUndo *undo)

Completed in 6 milliseconds