Searched refs:TERMCAP (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/contrib/ee/
H A Dnew_curse.c502 #if !defined(TERMCAP)
503 #define TERMCAP "/etc/termcap" macro
942 | termcap information can be in the TERMCAP env variable, if so
945 if ((pointer = Term_File_name = getenv("TERMCAP")) != NULL)
948 Term_File_name = TERMCAP;
952 Term_File_name = TERMCAP;
956 printf("unable to open %s file \n", TERMCAP);
/freebsd-11-stable/contrib/ncurses/progs/
H A Dcapconvert74 if test -z "$TERMCAP"
76 echo "You have no TERMCAP variable set, so we are done."
82 echo "You are running xterm, which usually sets TERMCAP itself."
89 echo "of your TERMCAP variable."
138 # the user has a TERMCAP variable that may modify a stock description.
221 # We're done unless user has a .termcap file or equivalent named by TERMCAP
222 if test -z "$TERMCAP"
224 echo "You have no TERMCAP set, so we are done."
227 # OK, here comes the nasty case...user has a TERMCAP. Instead of
229 # TERM and TERMCAP (partl
[all...]
/freebsd-11-stable/contrib/top/
H A DConfigure472 set tcap = `grep TERMCAP: machine/m_${module}.desc | sed -e 's/^.[^:]*: *//'`
H A DMakefile.X55 TERMCAP = %termcap%
73 $(CC) $(CDEFS) -o top $(OBJS) $(TERMCAP) $(MATH) $(LIBS)
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dlp.local.h70 * Define TERMCAP if the terminal capabilites are to be used for lpq.
72 #define TERMCAP macro
/freebsd-11-stable/contrib/telnet/telnet/
H A Dtelnet.c697 #ifdef TERMCAP

Completed in 453 milliseconds