Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.inputl.c134 tellwhat = 0; in Inputl()
217 tellwhat = 1; in Inputl()
331 tellwhat = 0; /* just in case */ in Inputl()
H A Dsh.c105 int tellwhat = 0; variable
2081 if ((hadhist && !seterr && intty && !tellwhat && !Expand && !whyles) || in process()
2102 if (enterhist || (catch && intty && !whyles && !tellwhat && !arun)) in process()
2124 if (tellwhat) { in process()
2169 if (windowchg || (catch && intty && !whyles && !tellwhat)) { in process()
H A Dsh.h1220 extern int tellwhat;