HomeSort by: relevance | last modified time | path
    Searched refs:undo_state (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 */ member in struct:__anon5781
  /xsrc/external/mit/libXaw/dist/src/
TextAction.c 1997 undo = src->textSrc.enable_undo && src->textSrc.undo_state == False;
2008 src->textSrc.undo_state = True;
2037 src->textSrc.undo_state = False;
2043 src->textSrc.undo_state = False;
2047 src->textSrc.undo_state = False;
2336 Bool undo = src->textSrc.enable_undo && src->textSrc.undo_state == False;
2360 src->textSrc.undo_state = True;
2369 src->textSrc.undo_state = True;
2447 src->textSrc.undo_state = False;
2453 src->textSrc.undo_state = False
    [all...]
TextSrc.c 314 src->textSrc.undo_state = False;
743 enable_undo = src->textSrc.enable_undo && src->textSrc.undo_state == False;
1244 src->textSrc.undo_state = True;
1247 src->textSrc.undo_state = False;
1251 src->textSrc.undo_state = False;
  /xsrc/external/mit/xedit/dist/lisp/
xedit.c 768 (!src->textSrc.enable_undo || !src->textSrc.undo_state))

Completed in 11 milliseconds