Searched refs:notty (Results 1 – 5 of 5) sorted by relevance
385 using_pty = notty || ptycommand != NULL || pty_socket != NULL;455 notty? "notty": "pty");458 if (ptycommand != NULL && (notty || direct_tty)) {462 if (pty_socket != NULL && (ptycommand != NULL || notty ||467 default_device = notty || direct_tty;756 } else if (notty) {
105 bool notty = 0; /* Stdin/out is not a tty */ variable241 { "notty", o_bool, ¬ty,
264 extern bool notty; /* Stdin/out is not a tty */
961 if (default_device && !notty) {
465 notty: in main()