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

/freebsd-11-stable/contrib/tcsh/
H A Ded.h134 EXTERN KEYCMD LastCmd; /* previous command executed */ variable
H A Ded.chared.c1208 LastCmd = (KEYCMD) newdir; /* avoid c_hsetpat */
1360 LastCmd = (KEYCMD) dir; /* avoid c_hsetpat */
1528 if (LastCmd == F_ARGFOUR) /* if last command was ^U */
1828 if (LastCmd != F_UP_SEARCH_HIST && LastCmd != F_DOWN_SEARCH_HIST) {
2285 /* XXX This "should" be here, but doesn't work, since LastCmd
2291 if (LastCmd != F_YANK_KILL && LastCmd != F_YANK_POP)
2873 LastCmd = (KEYCMD) c; /* Hack to stop c_hsetpat */
H A Ded.inputl.c189 LastCmd = cmdnum;
H A Ded.init.c595 LastCmd = F_UNASSIGNED; /* previous command executed */

Completed in 79 milliseconds