Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcsh/
H A Dtc.func.c60 static int postcmd_active = 0; variable
858 if (postcmd_active) { /* an error must have been caught */ in postcmd()
863 postcmd_active = 1; in postcmd()
867 postcmd_active = 0; in postcmd()
1057 if (postcmd_active) in aliasrun()