Home
last modified time | relevance | path

Searched refs:termcap (Results 1 – 25 of 116) sorted by relevance

12345

/netbsd-src/lib/libterminfo/
H A DMakefile42 SRCS+= termcap.c
43 INCS+= termcap.h
44 MAN+= termcap.3
45 MLINKS+= termcap.3 tgetent.3 termcap.3 tgetflag.3 termcap.3 tgetnum.3 \
46 termcap.3 tgetstr.3 termcap.3 tgoto.3
H A Dgenthash40 * Automatically generated from termcap.c */
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/autoconf/
H A DBASH_CHECK_LIB_TERMCAP6 AC_MSG_CHECKING(which library has the termcap functions)
11 [AC_CHECK_LIB(termcap, tgetent, bash_cv_termcap_lib=libtermcap,
18 AC_MSG_CHECKING(which library has the termcap functions)
22 LDFLAGS="$LDFLAGS -L./lib/termcap"
23 TERMCAP_LIB="./lib/termcap/libtermcap.a"
24 TERMCAP_DEP="./lib/termcap/libtermcap.a"
/netbsd-src/usr.bin/resize/
H A Dresize.c237 print_termcap(const char *termcap) in print_termcap() argument
242 while ((ch = *termcap++) != '\0') { in print_termcap()
337 char termcap[TERMCAP_SIZE]; in main() local
436 termcap[0] = 0; /* ...just in case we've accidentally gotten terminfo */ in main()
437 if (tgetent(termcap, env) <= 0 || termcap[0] == 0) { in main()
556 if ((ptr = x_strindex(termcap, "co#")) == NULL) { in main()
561 i = (int) (ptr - termcap) + 3; in main()
562 strncpy(newtc, termcap, (size_t) i); in main()
574 strncpy(termcap, newtc, (size_t) i); in main()
575 sprintf(termcap + i, "%d", rows); in main()
[all …]
/netbsd-src/external/gpl2/texinfo/dist/
H A Dconfigure.ac42 termcap.h termio.h termios.h unistd.h \
121 # Check for termlib before termcap because Solaris termcap needs libucb.
122 TERMLIB_VARIANTS="ncurses curses termlib termcap terminfo"
128 # ports each termcap-needing program separately according to its needs.
134 # HP-UX 9 (at least) needs -lncurses which defines termcap variables PC etc.
135 AC_MSG_CHECKING(for library with termcap variables)
146 #include <ncurses/termcap.h>
149 #include <termcap.h>
175 # Do not use <ncurses/termcap.h> unless we're linking with ncurses.
179 AC_CHECK_HEADERS(ncurses/termcap.h)
/netbsd-src/distrib/playstation2/miniroot/
H A Dlist29 # termcap file
30 COPY ${DISTRIBDIR}/common/termcap usr/share/misc/termcap
H A DMakefile.inc11 IMAGEDEPENDS+= ${ARCHDIR}/dot.profile ${DISTRIBDIR}/common/termcap \
/netbsd-src/external/bsd/less/dist/
H A Dconfigure.ac32 AC_CHECK_LIB(termcap, tgetent, [have_termcap=yes], [have_termcap=no])
39 …ypes.h limits.h stdckdint.h stdio.h stdlib.h string.h termcap.h ncurses/termcap.h ncursesw/termcap
51termcap.h>"; elif test "x$ac_cv_header_ncurses_termcap_h" = xyes; then include_termcap_h="#include…
138 # -- Try curses & termcap.
153 # -- Try termcap.
224 [Define HAVE_OSPEED if your termcap library has the ospeed variable.])
226 [Define MUST_DEFINE_OSPEED if you have ospeed but it is not defined in termcap.h.])
344 # Checks for external variable ospeed in the termcap library.
346 AC_MSG_CHECKING(termcap for ospeed)
353 #include <termcap.h>
[all …]
H A Ddefines.h.in201 #define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
211 #define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
267 /* Define to 1 if you have the <ncursesw/termcap.h> header file. */
270 /* Define to 1 if you have the <ncurses/termcap.h> header file. */
273 /* Define HAVE_OSPEED if your termcap library has the ospeed variable. */
373 /* Define to 1 if you have the <termcap.h> header file. */
426 termcap.h. */
H A Ddefines.o2185 #define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
195 #define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
250 /* Define HAVE_OSPEED if your termcap library has the ospeed variable */
253 * in termcap.h. */
332 /* Define if you have the <termcap.h> header file. */
H A Ddefines.wn186 #define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
196 #define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
268 /* Define HAVE_OSPEED if your termcap library has the ospeed variable */
271 * in termcap.h. */
347 /* Define if you have the <termcap.h> header file. */
H A Ddefines.o9192 #define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
202 #define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
261 /* Define HAVE_OSPEED if your termcap library has the ospeed variable */
263 * in termcap.h. */
344 /* Define if you have the <termcap.h> header file. */
H A Ddefines.ds204 #define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
214 #define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
279 /* Define HAVE_OSPEED if your termcap library has the ospeed variable */
281 * in termcap.h. */
366 /* Define if you have the <termcap.h> header file. */
/netbsd-src/external/bsd/nvi/dist/cl/
H A Dcl_bsd.c205 const char *termcap; /* Termcap name. */ member
324 name = tlp->termcap;
350 name = tlp->termcap;
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dconfigure.ac48 AC_ARG_WITH(curses, AC_HELP_STRING([--with-curses], [use the curses library instead of the termcap
164 limits.h locale.h pwd.h memory.h termcap.h termios.h termio.h)
206 if test "$TERMCAP_LIB" = "./lib/termcap/libtermcap.a"; then
215 AC_CHECK_HEADERS(ncurses/termcap.h)
222 -ltermcap) TERMCAP_PKG_CONFIG_LIB=termcap ;;
223 *) TERMCAP_PKG_CONFIG_LIB=termcap ;;
248 # *curses*|*termcap*|*termlib*) ;;
H A DINSTALL170 This tells readline that it can find the termcap library functions
172 termcap library. Readline uses the termcap functions, but does not
173 link with the termcap or curses library itself, allowing applications
H A Dconfig.h.in176 /* Define if you have the <ncurses/termcap.h> header file. */
221 /* Define if you have the <termcap.h> header file. */
/netbsd-src/external/bsd/less/dist/lesstest/lt/
H A Dsubsearch.lt45 * Uses termcap to be as terminal-independent as possible.
104 #include <ncursesw/termcap.h>
107 #include <ncurses/termcap.h>
110 #include <termcap.h>
299 * and needed by, the termcap library.
750 * Some glue to prevent calling termcap functions if tgetent() failed.
1180 * Get terminal capabilities via termcap.
1251 * Some termcap libraries assume termbuf is static
1259 * Make sure the termcap database is available.
1264 char *termcap;
[all …]
/netbsd-src/games/hack/
H A DMakequest5 # on some systems the termcap library is in -ltermcap
23 hack.termcap.c hack.timeout.c hack.topl.c\
52 hack.termcap.o hack.timeout.o hack.topl.o\
177 hack.termcap.o: config.h def.flag.h
/netbsd-src/share/man/man5/
H A DMakefile21 MLINKS+=capfile.5 termcap.5
/netbsd-src/games/larn/
H A DFixed.Bugs115 will be compiled to use the termcap entry for whatever terminal you are
118 Only 3 termcap entries need be found for the game to be functional:
123 sequences in it. If the termcap version of larn reads it, it is translated
126 Note: If compiled for termcap, and using a VT100, the display will act
130 original termcap patch.
/netbsd-src/external/bsd/top/dist/
H A Dconfigure.ac177 AC_SEARCH_LIBS(tgetent, termcap curses ncurses)
197 AC_CHECK_HEADERS([curses.h getopt.h limits.h math.h stdarg.h sysexits.h termcap.h unistd.h sys/reso…
234 #include <termcap.h>
251 #include <termcap.h>
/netbsd-src/external/bsd/ntp/dist/sntp/m4/
H A Dntp_lineeditlibs.m420 for term_lib in "" termcap curses ncurses; do
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Dconfig.h.in176 /* Define if you have the <ncurses/termcap.h> header file. */
221 /* Define if you have the <termcap.h> header file. */
/netbsd-src/external/gpl2/lvm2/dist/
H A Dconfigure.in789 dnl -- Check for termcap (Shamelessly copied from parted 1.4.17)
791 AC_SEARCH_LIBS([tgetent], [tinfo ncurses curses termcap termlib],
795 termcap could not be found which is required for the
797 support with --disable-readline or download and install termcap from:
798 ftp.gnu.org/gnu/termcap
800 package as well (which may be called termcap-devel or something similar).
801 Note: (n)curses also seems to work as a substitute for termcap. This was

12345