Searched refs:termcap (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libtermcap/common/
H A Dllib-ltermcap16 #include <termcap.h>
/illumos-gate/usr/src/cmd/terminfo/
H A DMakefile29 TERMCAPSRC= termcap.src
43 ROOTSYMLINK = $(ROOTETC)/termcap
63 $(ROOTSHARELIBDIR)/termcap:
67 $(ROOTTABSET) $(ROOTSHARELIBDIR)/termcap $(ROOTSYMLINK) \
71 $(RM) $@; $(SYMLINK) $(RELROOTETC)/termcap $@
/illumos-gate/usr/src/lib/libtermcap/
H A DMakefile19 HDRS = termcap.h
/illumos-gate/usr/src/ucblib/libtermcap/
H A DMakefile.com29 OBJECTS= termcap.o \
/illumos-gate/usr/src/ucbcmd/
H A DMakefile142 OTHERLINKS = $(ROOTETC)/termcap \
151 $(ROOTETC)/termcap := LINKDEST= ../usr/share/lib/termcap
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile42 screen/termcap.c \
98 screen/termcap.c: screen/termcap.ed
99 (cd screen; $(ED) - < termcap.ed)
H A DMakefile.com87 termcap.o termerr.o termname.o tgetch.o tgoto.o \
/illumos-gate/usr/src/cmd/ul/
H A Dul.c89 char termcap[1024]; local
127 switch (tgetent(termcap, termtype)) {
133 (void) fprintf(stderr, gettext("trouble reading termcap"));
138 (void) strcpy(termcap, "dumb:os:col#80:cr=^M:sf=^J:am:");
519 /* This nonsense attempts to work with both old and new termcap */
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c86 * When using termcap, include termcap.h on systems that have it.
90 #include <termcap.h>
529 * Define the max amount of space needed to store a termcap terminal
532 * Fortunately termcap has been replaced by terminfo on most
662 * Unfortunately both terminfo and termcap require one to use the tputs()
790 * Wrappers around the terminfo and termcap functions that lookup
2007 * Allocate termcap buffers.
3678 * a termninal capability string from the termcap database and make
4008 * characters (guess based on ANSI terminal termcap entr
[all...]

Completed in 63 milliseconds