Home
last modified time | relevance | path

Searched refs:UndoAction (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/tcsh-6/
HDed.chared.c189 UndoAction = TCSHOP_INSERT; in c_delafter()
230 UndoAction = TCSHOP_INSERT; in c_delbefore()
771 UndoAction = TCSHOP_INSERT; in c_delfini()
1769 UndoAction = TCSHOP_NOP; in e_up_hist()
1797 UndoAction = TCSHOP_NOP; in e_down_hist()
1852 UndoAction = TCSHOP_NOP; in e_up_search_hist()
1927 UndoAction = TCSHOP_NOP; in e_down_search_hist()
2967 UndoAction = TCSHOP_INSERT; in v_action()
3175 UndoAction = TCSHOP_DELETE; in v_insbeg()
3189 UndoAction = TCSHOP_CHANGE; /* Set Up for VI undo command */ in v_replone()
[all …]
HDed.h144 EXTERN int UndoAction; variable