Searched refs:TTY (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libxcurses/h/posix/
H A Dmkslocal.h1096 m_textstr(4861, "stime,tty=TTY", "I"), "atime,args",\
1099 m_textstr(4862, "tty=TTY", "I"), "atime,args", NULL };
1103 m_textstr(4870, "wchan,tty=TTY", "I"),\
1105 #define M_PS_DEFFMT { m_textstr(4864, "pid,tty=TTY", "I"), "atime,comm",\
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dstat.t310 skip "These tests require a TTY", 4 if $ENV{PERL_SKIP_TTY_TEST};
312 my $TTY = $Is_Rhapsody ? "/dev/ttyp0" : "/dev/tty";
316 skip "No TTY to test -t with", 2 unless -e $TTY;
318 open(TTY, $TTY) ||
319 warn "Can't open $TTY--run t/TEST outside of make.\n";
320 ok(-t TTY, '-t');
321 ok(-c TTY, 'tty is -c');
322 close(TTY);
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl202 =item * TTY
204 the TTY to use for debugging i/o.
208 if set, goes in NonStop mode. On interrupt, if TTY is not set,
209 uses the value of noTTY or "/tmp/perldbtty$$" to find TTY using
210 Term::Rendezvous. Current variant is to have the name of TTY in this
260 Used to control when the debugger will attempt to acquire another TTY to be
805 # + Support for auto-creation of new TTY window on startup, either
808 # I<CreateTTY> bits control attempts to create a new TTY on events:
812 # + Code to auto-create a new TTY window on OS/2 (currently one
815 # compatibility hack); now returns the TTY nam
6446 sub TTY { subroutine
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm615 on TTY.

Completed in 48 milliseconds