| /openbsd-src/share/termtypes/ |
| H A D | Makefile | 3 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 D | MKcaptab.sh | 152 _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 D | comp_hash.c | 60 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 D | configure.ac | 42 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 D | term-unknown | 7 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 D | report_hashing.c | 39 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 D | Caps | 37 # 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 D | Makefile | 71 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 D | termcap | 1 # 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 D | capconvert | 235 if test -f "$HOME"/.termcap 238 eval $TIC "$HOME"/.termcap
|
| /openbsd-src/usr.bin/tput/ |
| H A D | tput.c | 163 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 D | FAQ | 86 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 D | ul.c | 105 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 D | configure.in | 27 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 D | INSTALL | 170 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 D | README | 19 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 D | Makefile | 5 SRCS= more.c tputs.c termcap.c tgoto.c
|
| /openbsd-src/games/hack/ |
| H A D | Makequest | 6 # 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 D | Makefile | 12 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 D | README.md | 40 (Pod::Text::Overstrike), and termcap (Pod::Text::Termcap).
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Term-Cap/ |
| H A D | Changes | 48 - Provide fallback 'dumb' termcap entry as last resort
|
| /openbsd-src/distrib/luna88k/ramdisk/ |
| H A D | list | 74 TERMCAP vt100,vt220,dumb usr/share/misc/termcap
|
| /openbsd-src/distrib/sparc64/ramdisk/ |
| H A D | list | 72 TERMCAP vt100,vt220,dumb,sun usr/share/misc/termcap
|
| /openbsd-src/distrib/sparc64/ramdiskB/ |
| H A D | list | 69 TERMCAP vt100,vt220,dumb,sun usr/share/misc/termcap
|
| /openbsd-src/distrib/amd64/ramdiskA/ |
| H A D | list | 74 TERMCAP vt100,vt220,dumb usr/share/misc/termcap
|