Home
last modified time | relevance | path

Searched refs:termcap_path (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Term-Cap/
H A DCap.pm75 sub termcap_path subroutine
77 my @termcap_path;
80 push( @termcap_path, $ENV{TERMCAP} )
93 push( @termcap_path, split( /:|\s+/, $ENV{TERMPATH} ) );
99 push( @termcap_path,
105 return grep { defined $_ && -f $_ } @termcap_path;
233 my @termcap_path = termcap_path();
263 $TERMCAP = shift @termcap_path or $state = 3;
H A Dtest.pl46 my $path = join '', Term::Cap::termcap_path();
54 ok( grep($file, Term::Cap::termcap_path()),
58 ok( grep($file, Term::Cap::termcap_path()),
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/
H A Dtermcap4 # unless termcap_path() finds a path to a termcap file. This is a bug in