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

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
TextSrcP.h 148 Boolean undo_state; /* to protect undo manipulation */
149 XawTextUndo *undo; member in struct:__anon5781
  /xsrc/external/mit/libXaw/dist/src/
TextSrc.c 67 XawTextUndoList *undo, *redo; member in struct:_XawTextUndoList
71 XawTextUndoBuffer **undo; member in struct:_XawTextUndo
309 src->textSrc.undo = (XawTextUndo*)XtCalloc(1, sizeof(XawTextUndo));
310 src->textSrc.undo->dir = XawsdLeft;
313 src->textSrc.undo = NULL;
338 FreeUndoBuffer(src->textSrc.undo);
339 XtFree((char*)src->textSrc.undo);
372 newtw->textSrc.undo = (XawTextUndo*)
374 newtw->textSrc.undo->dir = XawsdLeft;
377 FreeUndoBuffer(newtw->textSrc.undo);
734 XawTextUndoList *undo; local
    [all...]
TextAction.c 193 static void Undo(Widget, XEvent*, String*, Cardinal*);
1989 Bool freepos = False, undo, paragraph = pos != NULL; local
1997 undo = src->textSrc.enable_undo && src->textSrc.undo_state == False;
1998 if (undo) {
2018 if (undo && result == XawEditDone && block.ptr) {
2046 if (undo) {
2336 Bool undo = src->textSrc.enable_undo && src->textSrc.undo_state == False; local
2356 if (undo) {
2368 if (undo) {
2434 if (undo) {
3926 Bool undo = src->textSrc.enable_undo && src->textSrc.undo_state == False; local
    [all...]
  /xsrc/external/mit/xedit/dist/
ispell.c 96 replaceAll, undo, ignore, ignoreAll, add, addUncap, suspend, member in struct:_ispell
133 int format_mode; /* to undo correctly */
392 ispell_undo *undo = XtNew(ispell_undo); local
395 XeditPrintf("Undo: Dictionary changed. Previous undo information lost.\n");
400 undo->next = NULL;
401 undo->repeat = False;
402 undo->terse = ispell.undo_terse_mode;
403 undo->format = ispell.format_mode;
404 if ((undo->prev = ispell.undo_head) != NULL
1452 ispell_undo *undo, *pundo; local
1665 ispell_undo *undo = ispell.undo_head; local
    [all...]

Completed in 11 milliseconds