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

/freebsd-9.3-release/contrib/tcsh/
H A Ded.chared.c101 static int ActionFlag = TCSHOP_NOP; /* What delayed action to take */ variable
767 if (ActionFlag & TCSHOP_INSERT)
770 ActionFlag = TCSHOP_NOP;
1388 ActionFlag = TCSHOP_NOP; /* [Esc] cancels pending action */
1585 if (ActionFlag & TCSHOP_DELETE) {
1846 ActionFlag = TCSHOP_NOP;
1921 ActionFlag = TCSHOP_NOP;
2557 if (ActionFlag & TCSHOP_DELETE) {
2575 if (ActionFlag & TCSHOP_DELETE) {
2716 if (ActionFlag
[all...]

Completed in 99 milliseconds