/freebsd/share/termcap/ |
H A D | Makefile | 5 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 D | README | 14 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 D | MKcaptab.sh | 151 _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 D | comp_hash.c | 58 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 D | oci-image-static.conf | 23 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 D | Makefile | 1 .PATH: ${SRCTOP}/share/termcap 4 CLEANFILES+= termcap.small 5 CONFS= termcap.small 20 termcap.small: termcap
|
/freebsd/contrib/ee/ |
H A D | create.make | 16 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 D | FREEBSD-upgrade | 33 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 D | Makefile.in | 107 @ test ! -f $(include_dir)/termcap.h || \ 108 $(FGREP) NCURSES_VERSION $(include_dir)/termcap.h >/dev/null || \
|
/freebsd/contrib/ncurses/ncurses/ |
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 | modules | 160 # 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 D | set1 | 117 115 Переполнение строки termcap 120 118 Неизвестный параметр termcap '%%%c'
|
/freebsd/contrib/tcsh/nls/ja/ |
H A D | set1 | 117 115 termcapの文字列領域不足です 120 118 知らないtermcapパラメタ '%%%c'
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps.uwin | 34 # 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 D | Caps.hpux11 | 34 # 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 D | Caps | 35 # 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 D | Caps.keys | 35 # 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 D | Caps.aix4 | 34 # 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 D | Caps.osf1r5 | 34 # 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 D | set1 | 117 115 Δεν υπάρχει χώρος γιά το termcap string 120 118 Αγνωστη παράμετρος του termcap '%%%c'
|
/freebsd/contrib/tcsh/nls/ukrainian/ |
H A D | set1 | 117 115 Out of termcap string space 120 118 Невідомий параметр termcap '%%%c'
|
/freebsd/contrib/ncurses/progs/ |
H A D | capconvert | 235 if test -f "$HOME"/.termcap 238 eval $TIC "$HOME"/.termcap
|
H A D | tput.c | 161 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 D | Makefile | 13 SUBDIR+=termcap 58 ${_+_}cd ${SRCTOP}/share/termcap; ${MAKE} etc-termcap
|
/freebsd/contrib/tcsh/ |
H A D | ed.screen.c | 1564 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 …]
|