Home | History | Annotate | Download | only in squashfs-tools

Lines Matching refs:tty

2407 	static int tty = -1;
2420 if(tty == -1)
2421 tty = isatty(STDOUT_FILENO);
2422 if(!tty) {