Home
last modified time | relevance | path

Searched refs:TERMCAP (Results 1 – 25 of 668) sorted by relevance

12345678910>>...27

/dports/devel/p5-Perl4-CoreLibs/Perl4-CoreLibs-0.004/lib/
H A Dtermcap.pl23 local($TERMCAP,$_,$entry,$loop,$field);
31 $TERMCAP = $ENV{'TERMCAP'};
32 $TERMCAP = '/etc/termcap' unless $TERMCAP;
33 if ($TERMCAP !~ m:^/:) {
34 if ($TERMCAP !~ /(^|\|)$TERM[:\|]/) {
35 $TERMCAP = '/etc/termcap';
38 if ($TERMCAP =~ m:^/:) {
42 open(TERMCAP,'<$TERMCAP') || die \"Can't open $TERMCAP\";
61 $TERMCAP = $entry;
64 foreach $field (split(/:[\s:\\]*/,$TERMCAP)) {
/dports/japanese/canna-lib/Canna37p3/canuum/
H A Dcommonhd.h91 # ifndef TERMCAP
92 # define TERMCAP macro
100 # ifndef TERMCAP
101 # define TERMCAP macro
108 # ifndef TERMCAP
109 # define TERMCAP macro
129 # ifndef TERMCAP
130 # define TERMCAP macro
138 # undef TERMCAP
143 # define TERMCAP macro
/dports/japanese/canna-server/Canna37p3/canuum/
H A Dcommonhd.h91 # ifndef TERMCAP
92 # define TERMCAP macro
100 # ifndef TERMCAP
101 # define TERMCAP macro
108 # ifndef TERMCAP
109 # define TERMCAP macro
129 # ifndef TERMCAP
130 # define TERMCAP macro
138 # undef TERMCAP
143 # define TERMCAP macro
/dports/devel/ncurses/ncurses-6.3/progs/
H A Dcapconvert75 if test -z "$TERMCAP"
223 if test -z "$TERMCAP"
240 elif test -f "$TERMCAP"
242 echo "Your TERMCAP names the file $TERMCAP. I will compile that."
243 eval $TIC $TERMCAP
245 echo "Note that editing $TERMCAP will no longer change the data curses sees."
249 echo $TERMCAP >myterm$$
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/include/
H A Dcommonhd.h93 # ifndef TERMCAP
94 # define TERMCAP macro
102 # ifndef TERMCAP
103 # define TERMCAP macro
110 # ifndef TERMCAP
111 # define TERMCAP macro
131 # ifndef TERMCAP
132 # define TERMCAP macro
/dports/japanese/Wnn6-lib/src/contrib/im/Xsi/Wnn/include/
H A Dcommonhd.h202 # ifndef TERMCAP
203 # define TERMCAP macro
211 # ifndef TERMCAP
212 # define TERMCAP macro
219 # ifndef TERMCAP
220 # define TERMCAP macro
240 # ifndef TERMCAP
241 # define TERMCAP macro
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/include/
H A Dcommonhd.h93 # ifndef TERMCAP
94 # define TERMCAP macro
102 # ifndef TERMCAP
103 # define TERMCAP macro
110 # ifndef TERMCAP
111 # define TERMCAP macro
131 # ifndef TERMCAP
132 # define TERMCAP macro
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/include/
H A Dcommonhd.h93 # ifndef TERMCAP
94 # define TERMCAP macro
102 # ifndef TERMCAP
103 # define TERMCAP macro
110 # ifndef TERMCAP
111 # define TERMCAP macro
131 # ifndef TERMCAP
132 # define TERMCAP macro
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/include/
H A Dcommonhd.h93 # ifndef TERMCAP
94 # define TERMCAP macro
102 # ifndef TERMCAP
103 # define TERMCAP macro
110 # ifndef TERMCAP
111 # define TERMCAP macro
131 # ifndef TERMCAP
132 # define TERMCAP macro
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/include/
H A Dcommonhd.h93 # ifndef TERMCAP
94 # define TERMCAP macro
102 # ifndef TERMCAP
103 # define TERMCAP macro
110 # ifndef TERMCAP
111 # define TERMCAP macro
131 # ifndef TERMCAP
132 # define TERMCAP macro
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/include/
H A Dcommonhd.h93 # ifndef TERMCAP
94 # define TERMCAP macro
102 # ifndef TERMCAP
103 # define TERMCAP macro
110 # ifndef TERMCAP
111 # define TERMCAP macro
131 # ifndef TERMCAP
132 # define TERMCAP macro
/dports/lang/perl5.34/perl-5.34.0/cpan/Term-Cap/
H A DCap.pm81 push( @termcap_path, $ENV{TERMCAP} )
83 ( exists $ENV{TERMCAP} )
86 ? $ENV{TERMCAP} =~ /^[a-z]:[\\\/]/is
87 : $ENV{TERMCAP} =~ /^\//s
173 my ( $term, $cap, $search, $field, $max, $tmp_term, $TERMCAP );
229 my $foo = ( exists $ENV{TERMCAP} ? $ENV{TERMCAP} : '' );
330 $TERMCAP = shift @termcap_path
342 open( TERMCAP, "< $TERMCAP\0" ) || croak "open $TERMCAP: $!";
345 close TERMCAP;
358 $self->{TERMCAP} = $entry; # save it
/dports/lang/perl5.30/perl-5.30.3/cpan/Term-Cap/
H A DCap.pm81 push( @termcap_path, $ENV{TERMCAP} )
83 ( exists $ENV{TERMCAP} )
86 ? $ENV{TERMCAP} =~ /^[a-z]:[\\\/]/is
87 : $ENV{TERMCAP} =~ /^\//s
173 my ( $term, $cap, $search, $field, $max, $tmp_term, $TERMCAP );
229 my $foo = ( exists $ENV{TERMCAP} ? $ENV{TERMCAP} : '' );
330 $TERMCAP = shift @termcap_path
342 open( TERMCAP, "< $TERMCAP\0" ) || croak "open $TERMCAP: $!";
345 close TERMCAP;
358 $self->{TERMCAP} = $entry; # save it
/dports/lang/perl5.32/perl-5.32.1/cpan/Term-Cap/
H A DCap.pm81 push( @termcap_path, $ENV{TERMCAP} )
83 ( exists $ENV{TERMCAP} )
86 ? $ENV{TERMCAP} =~ /^[a-z]:[\\\/]/is
87 : $ENV{TERMCAP} =~ /^\//s
173 my ( $term, $cap, $search, $field, $max, $tmp_term, $TERMCAP );
229 my $foo = ( exists $ENV{TERMCAP} ? $ENV{TERMCAP} : '' );
330 $TERMCAP = shift @termcap_path
342 open( TERMCAP, "< $TERMCAP\0" ) || croak "open $TERMCAP: $!";
345 close TERMCAP;
358 $self->{TERMCAP} = $entry; # save it
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Term-Cap/
H A DCap.pm81 push( @termcap_path, $ENV{TERMCAP} )
83 ( exists $ENV{TERMCAP} )
86 ? $ENV{TERMCAP} =~ /^[a-z]:[\\\/]/is
87 : $ENV{TERMCAP} =~ /^\//s
173 my ( $term, $cap, $search, $field, $max, $tmp_term, $TERMCAP );
229 my $foo = ( exists $ENV{TERMCAP} ? $ENV{TERMCAP} : '' );
330 $TERMCAP = shift @termcap_path
342 open( TERMCAP, "< $TERMCAP\0" ) || croak "open $TERMCAP: $!";
345 close TERMCAP;
358 $self->{TERMCAP} = $entry; # save it
/dports/devel/gdb761/gdb-7.6.1/sim/erc32/
H A Dconfigure.ac18TERMCAP='`if test -r ../../libtermcap/libtermcap.a; then echo ../../libtermcap/libtermcap.a; else …
22 [TERMCAP=$ac_cv_search_tgetent], [TERMCAP=""])
24 AC_SUBST(TERMCAP) subst
32 AC_ERROR([the required "readline" library is missing]), $TERMCAP)
/dports/devel/avr-gdb/gdb-7.3.1/sim/erc32/
H A Dconfigure.ac22TERMCAP='`if test -r ../../libtermcap/libtermcap.a; then echo ../../libtermcap/libtermcap.a; else …
24 AC_CHECK_LIB(termcap, main, TERMCAP=-ltermcap, TERMCAP="")
26 AC_SUBST(TERMCAP) subst
34 AC_ERROR([the required "readline" library is missing]), $TERMCAP)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/erc32/
H A Dconfigure.in18TERMCAP='`if test -r ../../libtermcap/libtermcap.a; then echo ../../libtermcap/libtermcap.a; else …
20 AC_CHECK_LIB(termcap, main, TERMCAP=-ltermcap, TERMCAP="")
22 AC_SUBST(TERMCAP) subst
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/erc32/
H A Dconfigure.in18TERMCAP='`if test -r ../../libtermcap/libtermcap.a; then echo ../../libtermcap/libtermcap.a; else …
20 AC_CHECK_LIB(termcap, main, TERMCAP=-ltermcap, TERMCAP="")
22 AC_SUBST(TERMCAP) subst
/dports/math/giacxcas/CoCoALib-0.99700/configuration/
H A Dreadline-check-cxxflags.sh78 for TERMCAP in termcap ncurses curses
80 echo "Trying TERMCAP=$TERMCAP" >> LogFile
81 …$READLINE_HDR_DIR_DIR" test-readline.c -o test-readline "$READLINE_LIB" -l$TERMCAP >> LogFile 2>&1
84 LIBTERMCAP=-l$TERMCAP
/dports/math/cocoalib/CoCoALib-0.99712/configuration/
H A Dreadline-check-cxxflags.sh78 for TERMCAP in termcap ncurses curses
80 echo "Trying TERMCAP=$TERMCAP" >> LogFile
81 …$READLINE_HDR_DIR_DIR" test-readline.c -o test-readline "$READLINE_LIB" -l$TERMCAP >> LogFile 2>&1
84 LIBTERMCAP=-l$TERMCAP
/dports/editors/uemacs/uemacs-4.0/src/
H A Dunix.c149 #if TERMCAP || TERMIOS
159 #if TERMCAP || TERMIOS
188 #if TERMCAP || TERMIOS
312 #if TERMCAP
525 #if TERMCAP in ttflush()
550 #if TERMCAP
930 #if TERMCAP in scclose()
962 #if TERMCAP in sckopen()
974 #if TERMCAP in sckclose()
1168 #if TERMCAP
[all …]
/dports/japanese/Wnn7-lib/src/Wnn/include/
H A Dcommonhd.h177 # ifndef TERMCAP
178 # define TERMCAP macro
198 # ifndef TERMCAP
199 # define TERMCAP macro
/dports/lang/perl5.34/perl-5.34.0/cpan/podlators/t/text/
H A Dtermcap.t31 $ENV{TERMCAP} = 'xterm:co=#80:do=^J:md=\E[1m:us=\E[4m:me=\E[m';
47 $ENV{TERMCAP} = 'unknown:co=#80:do=^J';
53 $ENV{TERMCAP} = 'fake-test-terminal:md=\E[1m:me=\E[m';
/dports/lang/perl5.32/perl-5.32.1/cpan/podlators/t/text/
H A Dtermcap.t31 $ENV{TERMCAP} = 'xterm:co=#80:do=^J:md=\E[1m:us=\E[4m:me=\E[m';
47 $ENV{TERMCAP} = 'unknown:co=#80:do=^J';
53 $ENV{TERMCAP} = 'fake-test-terminal:md=\E[1m:me=\E[m';

12345678910>>...27