Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp757 auto LastCmd = C->getJobs().end(); in getCompilationDatabase() local
758 LastCmd--; in getCompilationDatabase()
759 if (LastCmd->getOutputFilenames().size() != 1) { in getCompilationDatabase()
764 StringRef OutputFile = LastCmd->getOutputFilenames().front(); in getCompilationDatabase()