Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/tcsh/
Ded.chared.c193 UndoAction = TCSHOP_INSERT; in c_delafter()
234 UndoAction = TCSHOP_INSERT; in c_delbefore()
775 UndoAction = TCSHOP_INSERT; in c_delfini()
1764 UndoAction = TCSHOP_NOP; in e_up_hist()
1792 UndoAction = TCSHOP_NOP; in e_down_hist()
1847 UndoAction = TCSHOP_NOP; in e_up_search_hist()
1922 UndoAction = TCSHOP_NOP; in e_down_search_hist()
2962 UndoAction = TCSHOP_INSERT; in v_action()
3170 UndoAction = TCSHOP_DELETE; in v_insbeg()
3184 UndoAction = TCSHOP_CHANGE; /* Set Up for VI undo command */ in v_replone()
[all …]
Ded.h145 EXTERN int UndoAction; variable