Searched refs:termcap_path (Results 1 – 3 of 3) sorted by relevance
75 sub termcap_path subroutine77 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;
46 my $path = join '', Term::Cap::termcap_path();54 ok( grep($file, Term::Cap::termcap_path()), 58 ok( grep($file, Term::Cap::termcap_path()),
4 # unless termcap_path() finds a path to a termcap file. This is a bug in