Searched refs:termcap (Results 26 - 47 of 47) sorted by relevance

12

/freebsd-13-stable/contrib/ncurses/misc/
H A Dncurses-config.in279 --termpath echos the \$TERMPATH termcap list
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_termcap.c46 #include <termcap.h>
86 * In termcap, this function reads in the entry for terminal `term' into the
90 * does a bit more than tgetent() in termcap does), and returns its return
124 * bufp may be a null pointer, e.g., GNU termcap. That allocates data,
125 * which is good until the next tgetent() call. The conventional termcap
214 * a termcap source, try and copy it out.
248 * Look up boolean termcap capability str and return its value (TRUE=1 if
300 * Look up numeric termcap capability str and return its value, or -1 if
352 * Look up string termcap capability str and return a pointer to its value,
H A Dlib_tputs.c52 #include <termcap.h> /* ospeed */
57 NCURSES_EXPORT_VAR(char) PC = 0; /* used by termcap library */
58 NCURSES_EXPORT_VAR(NCURSES_OSPEED) ospeed = 0; /* used by termcap library */
H A Dtinfo_driver.c38 #include <termcap.h> /* ospeed */
227 * BSD 4.3's termcap contains mis-typed "gn" for wy99. Do a sanity
676 * for curses, since many termcap applications assume that
/freebsd-13-stable/usr.bin/tset/
H A Dset.c41 #include <termcap.h>
153 * Determine the erase, interrupt, and kill characters from the termcap
189 * echo, and case, according to the termcap entry. If the program we're
/freebsd-13-stable/contrib/tnftp/
H A Dtnftp.h188 # include <termcap.h>
/freebsd-13-stable/usr.sbin/watch/
H A Dwatch.c36 #include <termcap.h>
/freebsd-13-stable/contrib/less/
H A Dscreen.c13 * Uses termcap to be as terminal-independent as possible.
72 #include <termcap.h>
254 * and needed by, the termcap library.
669 * Some glue to prevent calling termcap functions if tgetent() failed.
1085 * Get terminal capabilities via termcap.
1157 * Some termcap libraries assume termbuf is static
1165 * Make sure the termcap database is available.
1170 char *termcap; local
1171 if ((sp = homefile("termcap.dat")) != NULL)
1173 termcap
[all...]
/freebsd-13-stable/contrib/ncurses/progs/
H A Dtic.c157 DATA(" -C translate entries to termcap source form")
165 DATA(" -K translate entries to termcap source form with BSD syntax")
171 DATA(" -R<name> restrict translation to given terminfo/termcap version")
280 * compiler code, is that the support for termcap fallback cannot assume
304 /* emit a comment char, translating terminfo names to termcap names */
687 char *termcap; local
905 source_file = "/etc/termcap";
906 if ((termcap = getenv("TERMCAP")) != 0
908 if (access(termcap, F_OK) == 0) {
910 source_file = termcap;
[all...]
H A Dtset.c90 #include <termcap.h>
531 * its termcap entry.
602 * real entry from /etc/termcap. This prevents us from being fooled
/freebsd-13-stable/contrib/telnet/telnetd/
H A Dtelnetd.c45 #include <termcap.h>
/freebsd-13-stable/bin/ls/
H A Dls.c71 #include <termcap.h>
158 bool explicitansi; /* Explicit ANSI sequences, no termcap(5) */
239 char termcapbuf[1024]; /* termcap definition buffer */
H A Dprint.c62 #include <termcap.h>
/freebsd-13-stable/usr.bin/msgs/
H A Dmsgs.c84 #include <termcap.h>
/freebsd-13-stable/usr.bin/top/
H A Ddisplay.c22 * None of the "i_" routines use any of the termcap capabilities.
43 #include <termcap.h>
/freebsd-13-stable/contrib/libedit/
H A Dterminal.c45 * terminal.c: Editor/termcap-curses interface
47 * termcap putchar routine does not take an argument!
58 #include <termcap.h>
335 * Maintain a string pool for termcap strings
389 "Out of termcap string space.\n");
820 /* what termcap says we should use */
870 "Cannot read termcap database;\n");
982 * Initialize the arrow key bindings from termcap
1266 * Print the current termcap characteristics
1449 * Print the termcap strin
[all...]
/freebsd-13-stable/contrib/ncurses/
H A Dconfigure766 --disable-database do not use terminfo, only fallbacks/termcap
778 --enable-termcap compile in termcap fallback support
779 --with-termpath=XXX specify list of termcap files (default: /etc/termcap:/usr/share/misc/termcap)
780 --enable-getcap fast termcap load, no xrefs to terminfo
8632 ### use option --enable-termcap to compile in the termcap fallback support
8633 echo "$as_me:8633: checking if you want termcap
[all...]
/freebsd-13-stable/contrib/sqlite3/
H A Dconfigure13225 for ac_lib in '' termcap curses ncurses ncursesw; do
/freebsd-13-stable/crypto/heimdal/
H A Dconfigure25932 termcap.h \
26400 for ac_lib in "" termcap ncurses curses; do
26413 #include <termcap.h>
/freebsd-13-stable/contrib/dialog/
H A Dconfigure12981 for cf_term_lib in $cf_check_list otermcap termcap tinfo termlib unknown
22525 # us use GNU termcap. This handles the most common case.
/freebsd-13-stable/contrib/ntp/sntp/
H A Dconfigure7625 for term_lib in "" termcap curses ncurses; do
/freebsd-13-stable/contrib/ntp/
H A Dconfigure16951 for term_lib in "" termcap curses ncurses; do

Completed in 337 milliseconds

12