Home
last modified time | relevance | path

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

/openbsd/bin/csh/
H A Dfile.c74 int istty; member
233 if (cl->istty) in cl_abort()
375 if (cl->istty) in cl_status()
778 cl.istty = isatty(SHIN); in tenex()
780 if (cl.istty) in tenex()
787 if (cl.istty && tio->c_lflag & ALTWERASE) in tenex()
800 if (cl.istty && CCEQ(tio->c_cc[keys[i].idx], c)) in tenex()
808 if (cl.istty) in tenex()
/openbsd/usr.bin/script/
H A Dscript.c88 int istty; variable
138 istty = 1; in main()
144 if (istty) { in main()
351 if (istty) in done()