Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dtest.c272 return(*binop?0:tty_check(op)); in e3()
278 return(tty_check(1)); in e3()
423 return(*last?0:tty_check(op)); in test_unop()
/titanic_41/usr/src/lib/libshell/common/include/
H A Dterminal.h192 extern int tty_check(int);
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dmain.c192 sh_isoption(SH_SFLAG) && tty_check(0) && tty_check(ERRIO)) in sh_main()
H A Djobs.c622 if(!tty_check(0)) in job_close()
H A Dio.c1828 if(tty_check(fd)) in sh_iocheckfd()
H A Dxec.c1010 tty_check(ERRIO); in sh_exec()
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dedit.c160 int tty_check(int fd) in tty_check() function