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

/freebsd-10.2-release/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-10.2-release/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."
88 echo "of your TERMCAP variable."
136 # the user has a TERMCAP variable that may modify a stock description.
219 # We're done unless user has a .termcap file or equivalent named by TERMCAP
220 if test -z "$TERMCAP"
222 echo "You have no TERMCAP set, so we are done."
225 # OK, here comes the nasty case...user has a TERMCAP. Instead of
227 # TERM and TERMCAP (partl
[all...]
/freebsd-10.2-release/contrib/top/
H A DMakefile.X55 TERMCAP = %termcap%
73 $(CC) $(CDEFS) -o top $(OBJS) $(TERMCAP) $(MATH) $(LIBS)
H A DConfigure472 set tcap = `grep TERMCAP: machine/m_${module}.desc | sed -e 's/^.[^:]*: *//'`
/freebsd-10.2-release/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-10.2-release/contrib/telnet/telnet/
H A Dtelnet.c701 #ifdef TERMCAP

Completed in 95 milliseconds