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

123

/freebsd-11-stable/share/termcap/
H A DMakefile6 # to move them to the front of termcap
8 MAN= termcap.5
10 FILES= termcap termcap.db
12 CLEANFILES+= termcap.db
23 termcap.db: termcap
26 etc-termcap:
27 ${INSTALL_SYMLINK} ${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_hash.c58 bool termcap = (hash_table != _nc_get_hash_table(FALSE)); local
59 const HashData *data = _nc_get_hash_info(termcap);
68 real_table = _nc_get_table(termcap);
93 bool termcap)
96 const HashData *data = _nc_get_hash_info(termcap);
100 const struct name_table_entry *const table = _nc_get_table(termcap);
91 _nc_find_type_entry(const char *string, int type, bool termcap) argument
H A DMKcaptab.sh130 NCURSES_EXPORT(const struct name_table_entry *) _nc_get_table (bool termcap)
132 return termcap ? build_names(cap) : build_names(info) ;
136 NCURSES_EXPORT(const HashValue *) _nc_get_hash_table (bool termcap)
138 return termcap ? _nc_cap_hash_table: _nc_info_hash_table ;
141 NCURSES_EXPORT(const struct alias *) _nc_get_alias_table (bool termcap)
143 return termcap ? build_alias(cap) : build_alias(info) ;
195 NCURSES_EXPORT(const HashData *) _nc_get_hash_info (bool termcap)
197 return &hash_data[(termcap != FALSE)];
H A Dlib_cur_term.c40 #include <termcap.h> /* ospeed */
H A Dlib_tgoto.c36 #include <termcap.h>
120 * termcap documentation refers to a similar fixup for \n
H A Dlib_baudrate.c41 #include <termcap.h> /* ospeed */
/freebsd-11-stable/contrib/libreadline/
H A Dtcap.h1 /* tcap.h -- termcap library functions and variables. */
35 # include <termcap.h>
39 Unfortunately, PC is a global variable used by the termcap library. */
/freebsd-11-stable/contrib/ncurses/
H A DMakefile.in88 @ test ! -f $(include_dir)/termcap.h || \
89 fgrep NCURSES_VERSION $(include_dir)/termcap.h >/dev/null || \
90 echo '** Will overwrite non-ncurses termcap.h'
H A DMakefile.os294 CONFIG_OPTS = --enable-termcap
/freebsd-11-stable/contrib/ncurses/include/
H A DMKparametrized.sh34 # termcap strings should undergo parameter and padding translation.
39 * parametrized.h --- is a termcap capability parametrized?
H A DMakefile.in75 termcap.h \
/freebsd-11-stable/contrib/ee/
H A Dcreate.make14 # test for existence of termcap (exists on both BSD and SysV systems)
16 if [ -f /etc/termcap -o -f /usr/share/lib/termcap -o -f /usr/share/misc/termcap ]
18 if [ -f /usr/share/lib/termcap ]
20 termcap_exists="-DTERMCAP=\"\\\"/usr/share/lib/termcap\\\"\""
21 elif [ -f /usr/share/misc/termcap ]
23 termcap_exists="-DTERMCAP=\"\\\"/usr/share/misc/termcap\\\"\""
24 elif [ -f /etc/termcap ]
26 termcap_exists="-DTERMCAP=\"\\\"/etc/termcap\\\"\""
[all...]
/freebsd-11-stable/contrib/ncurses/progs/
H A Dcapconvert31 # capconvert -- automated conversion from termcap to terminfo
35 echo "that now use termcap can use terminfo and the ncurses library."
221 # We're done unless user has a .termcap file or equivalent named by TERMCAP
233 if test -f $HOME/.termcap
235 echo 'I see you have a $HOME/.termcap file. I will compile that.'
236 eval $TIC $HOME/.termcap
238 echo "Note that editing $HOME/.termcap will no longer change the data curses sees."
246 echo "Your TERMCAP value appears to be an entry in termcap format."
H A Dtput.c154 bool termcap = FALSE; local
277 if (!termcap) {
280 termcap = TRUE;
281 if ((np = _nc_find_entry(name, _nc_get_hash_table(termcap))) != 0) {
/freebsd-11-stable/tools/tools/termcap/
H A Dtermcap.pl36 Compares the entries in the termcap.src for <term1> and <term2> and
38 the size of two similar termcap entries with the "tc" option.
56 open(FIN, "termcap.src");
/freebsd-11-stable/share/
H A DMakefile28 termcap \
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet_locl.h76 #include <termcap.h>
/freebsd-11-stable/usr.bin/tset/
H A Dterm.c44 #include <termcap.h>
56 * its termcap entry.
94 * real entry from /etc/termcap. This prevents us from being fooled
111 /* Find the termcap entry. If it doesn't exist, ask the user. */
117 errx(1, "termcap: %s", strerror(errno ? errno : ENOENT));
H A Dtset.c52 #include <termcap.h>
/freebsd-11-stable/usr.bin/tput/
H A Dtput.c47 #include <termcap.h>
/freebsd-11-stable/usr.bin/ul/
H A Dul.c49 #include <termcap.h>
111 char termcap[1024]; local
131 switch (tgetent(termcap, termtype)) {
135 warnx("trouble reading termcap");
139 (void)strcpy(termcap, "dumb:os:col#80:cr=^M:sf=^J:am:");
467 /* This nonsense attempts to work with both old and new termcap */
/freebsd-11-stable/contrib/tcsh/
H A Ded.screen.c2 * ed.screen.c: Editor/termcap-curses interface
513 * Print the termcap string out with variable substitution
1006 /* PWP 6-27-88 -- if the tty driver thinks that we can tab, we ask termcap */
1374 /* what termcap says we should use */
1419 * If we are on a pad, we pretend that we are dumb. Otherwise the termcap
1564 UpdateVal(const Char *tag, int value, Char *termcap, Char *backup) argument
1567 if ((ptr = Strstr(termcap, tag)) == NULL) {
1568 (void)Strcpy(backup, termcap);
1571 size_t len = (ptr - termcap) + Strlen(tag);
1572 (void)Strncpy(backup, termcap, le
1625 Char termcap[TC_BUFSIZE+64], backup[TC_BUFSIZE+64], *ptr; local
[all...]
/freebsd-11-stable/contrib/ncurses/misc/
H A Dncurses-config.in186 --termpath echos the \$TERMPATH termcap list
/freebsd-11-stable/contrib/top/
H A DMakefile.X55 TERMCAP = %termcap%
/freebsd-11-stable/lib/ncurses/ncurses/
H A DMakefile84 termcap.h \
276 SRCS+= termcap.c
284 HEADERS= curses.h term.h termcap.h unctrl.h
417 termcap.h: termcap.h.in
418 sed <${NCURSES_DIR}/include/termcap.h.in >$@ \
970 curs_termcap.3 termcap.3 \

Completed in 453 milliseconds

123