Home
last modified time | relevance | path

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

12345

/freebsd/share/termcap/
H A DMakefile5 MAN= termcap.5
8 FILES= termcap termcap.db
10 CLEANFILES+= termcap.db
15 termcap.db: termcap
18 etc-termcap:
20 ${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap
H A DREADME14 termcap since that's moved last. The s.* terminals are specials, and
21 path name. This change is better than just changing the termcap file
26 Now you can run "make install" which will create an /etc/termcap. Again,
32 Finally, if you make additions or fixes to termcap, please mail a note
33 explaining what you did with the fixed termcap entry (not the whole file,
38 uunet!ucbvax!termcap (uucp)
39 termcap@berkeley.cs.edu (Internet)
42 It is probably easiest to make local termcap changes in separate
43 files, eg /usr/local/etc/termcap, and encourage people to put
45 setenv TERMPATH ~/.termcap:/usr/local/etc/termcap:/etc/termcap
[all …]
/freebsd/contrib/ncurses/ncurses/tinfo/
H A DMKcaptab.sh151 _nc_get_table(bool termcap)
153 return termcap ? build_names(cap) : build_names(info);
157 _nc_get_hash_table(bool termcap)
159 return termcap ? _nc_cap_hash_table : _nc_info_hash_table;
163 _nc_get_alias_table(bool termcap)
165 return termcap ? build_alias(cap) : build_alias(info);
219 _nc_get_hash_info(bool termcap)
221 return &hash_data[(termcap != FALSE)];
H A Dcomp_hash.c58 bool termcap = (hash_table != _nc_get_hash_table(FALSE)); in NCURSES_EXPORT() local
59 const HashData *data = _nc_get_hash_info(termcap); in NCURSES_EXPORT()
70 real_table = _nc_get_table(termcap); in NCURSES_EXPORT()
95 bool termcap) in _nc_find_type_entry() argument
98 const HashData *data = _nc_get_hash_info(termcap); in _nc_find_type_entry()
104 const struct name_table_entry *const table = _nc_get_table(termcap); in _nc_find_type_entry()
/freebsd/release/tools/
H A Doci-image-static.conf23 cp ../etc/termcap/termcap.small $m/etc/termcap.small || return $?
24 cp ../etc/termcap/termcap.small $m/usr/share/misc/termcap || return $?
/freebsd/etc/termcap/
H A DMakefile1 .PATH: ${SRCTOP}/share/termcap
4 CLEANFILES+= termcap.small
5 CONFS= termcap.small
20 termcap.small: termcap
/freebsd/contrib/ee/
H A Dcreate.make16 if [ -f /etc/termcap -o -f /usr/share/lib/termcap -o -f /usr/share/misc/termcap ]
18 if [ -f /usr/share/lib/termcap ]
21 elif [ -f /usr/share/misc/termcap ]
24 elif [ -f /etc/termcap ]
/freebsd/contrib/ncurses/
H A DFREEBSD-upgrade33 You may have to update ncurses-specific glue in termcap.c (check if
39 r50620: native termcap tweaking (cvs r1.2)
42 r50620: native termcap tweaking (cvs r1.2)
46 This is not used. We have our own src/lib/ncurses/termcap.c
H A DMakefile.in107 @ test ! -f $(include_dir)/termcap.h || \
108 $(FGREP) NCURSES_VERSION $(include_dir)/termcap.h >/dev/null || \
/freebsd/contrib/ncurses/ncurses/
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 Dmodules160 # Support for termcap (and tic, etc.), which can be a separate library
179 lib_baudrate lib $(tinfo) $(HEADER_DEPS) ../include/termcap.h
180 lib_cur_term lib $(tinfo) $(HEADER_DEPS) ../include/termcap.h
190 lib_termcap lib $(tinfo) $(HEADER_DEPS) $(INCDIR)/tic.h ../include/termcap.h $(INCDIR)/capdefaults…
192 lib_tgoto lib $(tinfo) $(HEADER_DEPS) ../include/termcap.h
195 lib_tputs lib $(tinfo) $(HEADER_DEPS) $(INCDIR)/tic.h ../include/termcap.h
/freebsd/contrib/tcsh/nls/russian/
H A Dset1117 115 Переполнение строки termcap
120 118 Неизвестный параметр termcap '%%%c'
/freebsd/contrib/tcsh/nls/ja/
H A Dset1117 115 termcapの文字列領域不足です
120 118 知らないtermcapパラメタ '%%%c'
/freebsd/contrib/ncurses/include/
H A DCaps.uwin34 # This is an adaptation of ncurses' termcap/terminfo capability table, which
38 # infocmp, and the library compilation code used to support the termcap
52 # Column 4: termcap capability name
55 # Column 7: Lead with `Y' if capability should be emitted in termcap
59 # The codes following [Y-] in column 7 describe the versions of termcap which
62 # termcap entry translations that are more than 1023 bytes long (and tank a
63 # lot of old termcap-using programs). The codes read as follows:
66 # G = mentioned in the documentation for GNU termcap
71 # lead to some termcap translations being too long. The termcap maintainer
86 # There are basically five different ways to handle termcap and terminfo
[all …]
H A DCaps.hpux1134 # This is an adaptation of ncurses' termcap/terminfo capability table, which
38 # infocmp, and the library compilation code used to support the termcap
52 # Column 4: termcap capability name
55 # Column 7: Lead with `Y' if capability should be emitted in termcap
59 # The codes following [Y-] in column 7 describe the versions of termcap which
62 # termcap entry translations that are more than 1023 bytes long (and tank a
63 # lot of old termcap-using programs). The codes read as follows:
66 # G = mentioned in the documentation for GNU termcap
71 # lead to some termcap translations being too long. The termcap maintainer
86 # There are basically five different ways to handle termcap and terminfo
[all …]
H A DCaps35 # This is the master termcap/terminfo capability table.
38 # infocmp, and the library compilation code used to support the termcap
52 # Column 4: termcap capability name
55 # Column 7: Lead with `Y' if capability should be emitted in termcap
59 # The codes following [Y-] in column 7 describe the versions of termcap which
62 # termcap entry translations that are more than 1023 bytes long (and tank a
63 # lot of old termcap-using programs). The codes read as follows:
66 # G = mentioned in the documentation for GNU termcap
71 # lead to some termcap translations being too long. The termcap maintainer
86 # There are basically five different ways to handle termcap and terminfo
[all …]
H A DCaps.keys35 # This is an adaptation of ncurses' termcap/terminfo capability table, which
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 DCaps.aix434 # This is an adaptation of ncurses' termcap/terminfo capability table, which
38 # infocmp, and the library compilation code used to support the termcap
52 # Column 4: termcap capability name
55 # Column 7: Lead with `Y' if capability should be emitted in termcap
59 # The codes following [Y-] in column 7 describe the versions of termcap which
62 # termcap entry translations that are more than 1023 bytes long (and tank a
63 # lot of old termcap-using programs). The codes read as follows:
66 # G = mentioned in the documentation for GNU termcap
71 # lead to some termcap translations being too long. The termcap maintainer
86 # There are basically five different ways to handle termcap and terminfo
[all …]
H A DCaps.osf1r534 # This is an adaptation of ncurses' termcap/terminfo capability table, which
38 # infocmp, and the library compilation code used to support the termcap
52 # Column 4: termcap capability name
55 # Column 7: Lead with `Y' if capability should be emitted in termcap
59 # The codes following [Y-] in column 7 describe the versions of termcap which
62 # termcap entry translations that are more than 1023 bytes long (and tank a
63 # lot of old termcap-using programs). The codes read as follows:
66 # G = mentioned in the documentation for GNU termcap
71 # lead to some termcap translations being too long. The termcap maintainer
86 # There are basically five different ways to handle termcap and terminfo
[all …]
/freebsd/contrib/tcsh/nls/greek/
H A Dset1117 115 Δεν υπάρχει χώρος γιά το termcap string
120 118 Αγνωστη παράμετρος του termcap '%%%c'
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset1117 115 Out of termcap string space
120 118 Невідомий параметр termcap '%%%c'
/freebsd/contrib/ncurses/progs/
H A Dcapconvert235 if test -f "$HOME"/.termcap
238 eval $TIC "$HOME"/.termcap
H A Dtput.c161 bool termcap = FALSE; in tput_cmd() local
218 if (!termcap) { in tput_cmd()
221 termcap = TRUE; in tput_cmd()
222 if ((np = _nc_find_entry(name, _nc_get_hash_table(termcap))) != 0) { in tput_cmd()
/freebsd/etc/
H A DMakefile13 SUBDIR+=termcap
58 ${_+_}cd ${SRCTOP}/share/termcap; ${MAKE} etc-termcap
/freebsd/contrib/tcsh/
H A Ded.screen.c1564 UpdateVal(const Char *tag, int value, Char *termcap, Char *backup) in UpdateVal() argument
1567 if ((ptr = Strstr(termcap, tag)) == NULL) { in UpdateVal()
1568 (void)Strcpy(backup, termcap); in UpdateVal()
1571 size_t len = (ptr - termcap) + Strlen(tag); in UpdateVal()
1572 (void)Strncpy(backup, termcap, len); in UpdateVal()
1625 Char termcap[TC_BUFSIZE+64], backup[TC_BUFSIZE+64], *ptr; in ChangeSize() local
1629 (void) Strncpy(termcap, ptr, TC_BUFSIZE); in ChangeSize()
1630 termcap[TC_BUFSIZE-1] = '\0'; in ChangeSize()
1632 changed = UpdateVal(STRco, Val(T_co), termcap, backup); in ChangeSize()
1633 changed |= UpdateVal(STRli, Val(T_li), termcap, backup); in ChangeSize()
[all …]

12345