Searched refs:notty (Results 1 – 5 of 5) sorted by relevance
18 notty() { function40 echo ${TEST_SSH_PIN} | notty ${SSHADD} -s ${TEST_SSH_PKCS11} > /dev/null 2>&161 echo ${TEST_SSH_PIN} | notty ${SSHADD} -e ${TEST_SSH_PKCS11} > /dev/null 2>&1
23 --known-hosts $OBJ/known_hosts --notty --noagent --nox11 -n \
146 bool notty = 0; /* Stdin/out is not a tty */ variable196 { "notty", o_bool, ¬ty,413 using_pty = notty || ptycommand != NULL || pty_socket != NULL; in tty_process_extra_options()448 if (demand && notty) { in tty_check_options()464 pty_socket? "socket": notty? "notty": "pty"); in tty_check_options()467 if (ptycommand != NULL && notty) { in tty_check_options()471 if (pty_socket != NULL && (ptycommand != NULL || notty)) { in tty_check_options()475 default_device = notty; in tty_check_options()478 if (notty && log_to_fd <= 1) in tty_check_options()651 } else if (notty) { in connect_tty()
305 extern bool notty; /* Stdin/out is not a tty */
598 if (default_device && !notty) in sys_init()