Home
last modified time | relevance | path

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

1234

/openbsd-src/share/termtypes/
H A DMakefile3 MAN= termcap.5
6 all: terminfo termcap
12 termcap: termtypes.master target
21 ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 termcap \
22 ${DESTDIR}${BINDIR}/misc/termcap
23 ln -fs ${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap
24 chown -h root:wheel ${DESTDIR}/etc/termcap
27 rm -f termcap
/openbsd-src/lib/libcurses/tinfo/
H A DMKcaptab.sh152 _nc_get_table(bool termcap)
154 return termcap ? build_names(cap) : build_names(info);
158 _nc_get_hash_table(bool termcap)
160 return termcap ? _nc_cap_hash_table : _nc_info_hash_table;
164 _nc_get_alias_table(bool termcap)
166 return termcap ? build_alias(cap) : build_alias(info);
220 _nc_get_hash_info(bool termcap)
222 return &hash_data[(termcap != FALSE)];
H A Dcomp_hash.c60 bool termcap = (hash_table != _nc_get_hash_table(FALSE)); in NCURSES_EXPORT() local
61 const HashData *data = _nc_get_hash_info(termcap); in NCURSES_EXPORT()
72 real_table = _nc_get_table(termcap); in NCURSES_EXPORT()
97 bool termcap) in _nc_find_type_entry() argument
100 const HashData *data = _nc_get_hash_info(termcap); in _nc_find_type_entry()
106 const struct name_table_entry *const table = _nc_get_table(termcap); in _nc_find_type_entry()
/openbsd-src/gnu/usr.bin/texinfo/
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)
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/termcap/
H A Dterm-unknown7 An unknown I<terminal type> B<should> C<suppress> all termcap-based
12 An unknown terminal type should "suppress" all termcap-based formatting
/openbsd-src/lib/libcurses/
H A Dreport_hashing.c39 check_names(const char *name, NCURSES_CONST char *const *table, int termcap) in check_names() argument
44 const HashValue *hash_table = _nc_get_hash_table(termcap); in check_names()
H A DCaps37 # This is the master termcap/terminfo capability table.
40 # infocmp, and the library compilation code used to support the termcap
54 # Column 4: termcap capability name
57 # Column 7: Lead with `Y' if capability should be emitted in termcap
61 # The codes following [Y-] in column 7 describe the versions of termcap which
64 # termcap entry translations that are more than 1023 bytes long (and tank a
65 # lot of old termcap-using programs). The codes read as follows:
68 # G = mentioned in the documentation for GNU termcap
73 # lead to some termcap translations being too long. The termcap maintainer
88 # There are basically five different ways to handle termcap and terminfo
[all …]
H A DMakefile71 term_variables.3 termcap.3 terminfo.3 terminfo.5 user_caps.5 \
88 @cd ${.CURDIR}; for i in ncurses_dll.h unctrl.h term.h termcap.h; do \
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/
H A Dtermcap1 # Simple termcap file. -*- conf -*-
4 # unless termcap_path() finds a path to a termcap file. This is a bug in
/openbsd-src/usr.bin/tic/
H A Dcapconvert235 if test -f "$HOME"/.termcap
238 eval $TIC "$HOME"/.termcap
/openbsd-src/usr.bin/tput/
H A Dtput.c163 bool termcap = FALSE; in tput_cmd() local
214 if (!termcap) { in tput_cmd()
217 termcap = TRUE; in tput_cmd()
218 if ((np = _nc_find_entry(name, _nc_get_hash_table(termcap))) != 0) { in tput_cmd()
/openbsd-src/usr.bin/vi/
H A DFAQ86 termcap information for your terminal. If the terminfo/termcap entry
93 The solution is to find a good terminfo or termcap entry for your
96 redistributable termcap/terminfo entries. They can be downloaded
110 A: The Sun console can't handle the 'al' capability of the termcap
112 entry from your terminfo/termcap information everything should work
/openbsd-src/usr.bin/ul/
H A Dul.c105 char termcap[1024]; in main() local
132 switch (tgetent(termcap, termtype)) { in main()
140 (void)strlcpy(termcap, "dumb:os:col#80:cr=^M:sf=^J:am:", in main()
141 sizeof termcap); in main()
/openbsd-src/gnu/lib/libreadline/
H A Dconfigure.in27 AC_ARG_WITH(curses, AC_HELP_STRING([--with-curses], [use the curses library instead of the termcap
85 termcap.h termios.h termio.h sys/file.h locale.h memory.h )
111 if test "$TERMCAP_LIB" = "./lib/termcap/libtermcap.a"; then
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
/openbsd-src/usr.bin/telnet/
H A DREADME19 when a terminal type is received, termcap/terminfo
24 termcap/terminfo data base, and generates a list of
/openbsd-src/distrib/special/more/
H A DMakefile5 SRCS= more.c tputs.c termcap.c tgoto.c
/openbsd-src/games/hack/
H A DMakequest6 # on some systems the termcap library is in -ltermcap or -lcurses
24 hack.termcap.c hack.timeout.c hack.topl.c\
53 hack.termcap.o hack.timeout.o hack.topl.o\
178 hack.termcap.o: config.h def.flag.h
H A DMakefile12 hack.search.c hack.shk.c hack.shknam.c hack.steal.c hack.termcap.c \
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/
H A DREADME.md40 (Pod::Text::Overstrike), and termcap (Pod::Text::Termcap).
/openbsd-src/gnu/usr.bin/perl/cpan/Term-Cap/
H A DChanges48 - Provide fallback 'dumb' termcap entry as last resort
/openbsd-src/distrib/luna88k/ramdisk/
H A Dlist74 TERMCAP vt100,vt220,dumb usr/share/misc/termcap
/openbsd-src/distrib/sparc64/ramdisk/
H A Dlist72 TERMCAP vt100,vt220,dumb,sun usr/share/misc/termcap
/openbsd-src/distrib/sparc64/ramdiskB/
H A Dlist69 TERMCAP vt100,vt220,dumb,sun usr/share/misc/termcap
/openbsd-src/distrib/amd64/ramdiskA/
H A Dlist74 TERMCAP vt100,vt220,dumb usr/share/misc/termcap

1234