Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.func.c56 int postcmd_active = 0; variable
854 if (postcmd_active) { /* an error must have been caught */ in postcmd()
859 postcmd_active = 1; in postcmd()
863 postcmd_active = 0; in postcmd()
1057 if (postcmd_active) in aliasrun()
H A Dsh.lex.c141 extern int postcmd_active;
154 if (!postcmd_active) in lex()