Searched refs:undo_state (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DTextSrcP.h148 Boolean undo_state; /* to protect undo manipulation */ member in struct:__anonf285b4dd0108
/xsrc/external/mit/libXaw/dist/src/
H A DTextAction.c1997 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
[all...]
H A DTextSrc.c314 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/
H A Dxedit.c768 (!src->textSrc.enable_undo || !src->textSrc.undo_state))

Completed in 26 milliseconds