Home
last modified time | relevance | path

Searched refs:LastCmd (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/tcsh/
H A Ded.h134 EXTERN KEYCMD LastCmd; /* previous command executed */ variable
H A Ded.chared.c1208 LastCmd = (KEYCMD) newdir; /* avoid c_hsetpat */ in e_inc_search()
1360 LastCmd = (KEYCMD) dir; /* avoid c_hsetpat */ in v_search()
1528 if (LastCmd == F_ARGFOUR) /* if last command was ^U */ in e_digit()
1828 if (LastCmd != F_UP_SEARCH_HIST && LastCmd != F_DOWN_SEARCH_HIST) { in c_hsetpat()
2291 if (LastCmd != F_YANK_KILL && LastCmd != F_YANK_POP) in e_yank_pop()
2873 LastCmd = (KEYCMD) c; /* Hack to stop c_hsetpat */ in v_repeat_srch()
H A Ded.inputl.c189 LastCmd = cmdnum; in Inputl()
H A Ded.init.c595 LastCmd = F_UNASSIGNED; /* previous command executed */ in ResetInLine()