Searched refs:XawTextUndo (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DTextSrcP.h132 typedef struct _XawTextUndo XawTextUndo; typedef in typeref:struct:_XawTextUndo
149 XawTextUndo *undo;
/xsrc/external/mit/libXaw/dist/src/
H A DTextSrc.c109 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 4 milliseconds