Searched refs:notty (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c385 using_pty = notty || ptycommand != NULL || pty_socket != NULL;
401 * ptycommand, pty_socket, notty or devnam.
455 notty? "notty": "pty");
458 if (ptycommand != NULL && (notty || direct_tty)) {
459 option_error("pty option is incompatible with notty option");
462 if (pty_socket != NULL && (ptycommand != NULL || notty ||
464 option_error("socket option is incompatible with pty and notty");
467 default_device = notty || direct_tty;
634 * Get a pty master/slave pair if the pty, notty, socke
[all...]
H A Dpppd.h205 extern int using_pty; /* using pty as device (notty or pty opt.) */
264 extern bool notty; /* Stdin/out is not a tty */
H A Doptions.c106 bool notty = 0; /* Stdin/out is not a tty */ variable
242 { "notty", o_bool, &notty,
315 "Max data rate in bytes/sec for pty, notty, or record" },
H A Dsys-solaris.c961 if (default_device && !notty) {
/opensolaris-onvv-gate/usr/src/cmd/csh/
H A Dsh.c465 notty:
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl1429 if ($notty) {
1659 } ## end else [ if ($notty)
5728 if ($notty) {
5753 } ## end if ($notty)
6486 Sets the C<$notty> global, controlling whether or not the debugger tries to
6496 $notty = shift if @_;
6497 $notty;

Completed in 75 milliseconds