| /freebsd-13.1/share/termcap/ |
| H A D | Makefile | 8 MAN= termcap.5 11 FILES= termcap termcap.db 13 CLEANFILES+= termcap.db 14 CONFS= termcap.small 19 termcap.db: termcap 22 etc-termcap: 24 ${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap
|
| H A D | README | 17 termcap since that's moved last. The s.* terminals are specials, and 24 path name. This change is better than just changing the termcap file 35 Finally, if you make additions or fixes to termcap, please mail a note 41 uunet!ucbvax!termcap (uucp) 42 termcap@berkeley.cs.edu (Internet) 45 It is probably easiest to make local termcap changes in separate 46 files, eg /usr/local/etc/termcap, and encourage people to put 48 setenv TERMPATH ~/.termcap:/usr/local/etc/termcap:/etc/termcap 51 isolated in /usr/local/etc/termcap and user changes in ~/.termcap, all 53 changes when system termcap files change. [all …]
|
| /freebsd-13.1/contrib/ncurses/ncurses/tinfo/ |
| H A D | MKcaptab.sh | 151 _nc_get_table(bool termcap) 153 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 | 59 bool termcap = (hash_table != _nc_get_hash_table(FALSE)); in NCURSES_EXPORT() local 60 const HashData *data = _nc_get_hash_info(termcap); in NCURSES_EXPORT() 71 real_table = _nc_get_table(termcap); in NCURSES_EXPORT() 96 bool termcap) in _nc_find_type_entry() argument 99 const HashData *data = _nc_get_hash_info(termcap); in _nc_find_type_entry() 105 const struct name_table_entry *const table = _nc_get_table(termcap); in _nc_find_type_entry()
|
| /freebsd-13.1/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 ]
|
| H A D | make.default | 24 # for BSD, using new_curse with termcap 27 # for BSD systems with select(), using new_curse with termcap, use:
|
| /freebsd-13.1/contrib/ncurses/ |
| H A D | FREEBSD-upgrade | 35 You may have to update ncurses-specific glue in termcap.c (check if 41 r50620: native termcap tweaking (cvs r1.2) 44 r50620: native termcap tweaking (cvs r1.2) 48 This is not used. We have our own src/lib/ncurses/termcap.c
|
| H A D | Makefile.in | 92 @ test ! -f $(include_dir)/termcap.h || \ 93 fgrep NCURSES_VERSION $(include_dir)/termcap.h >/dev/null || \
|
| /freebsd-13.1/contrib/tcsh/nls/russian/ |
| H A D | set1 | 117 115 Переполнение строки termcap 120 118 Неизвестный параметр termcap '%%%c'
|
| H A D | set31 | 1 $ vms.termcap.c
|
| /freebsd-13.1/contrib/ncurses/progs/ |
| H A D | tput.c | 149 bool termcap = FALSE; in tput_cmd() local 198 if (!termcap) { in tput_cmd() 201 termcap = TRUE; in tput_cmd() 202 if ((np = _nc_find_entry(name, _nc_get_hash_table(termcap))) != 0) { in tput_cmd()
|
| H A D | capconvert | 234 if test -f $HOME/.termcap 237 eval $TIC $HOME/.termcap
|
| /freebsd-13.1/contrib/tcsh/nls/ja/ |
| H A D | set1 | 117 115 termcapの文字列領域不足です 120 118 知らないtermcapパラメタ '%%%c'
|
| /freebsd-13.1/contrib/tcsh/nls/ukrainian/ |
| H A D | set1 | 117 115 Out of termcap string space 120 118 Невідомий параметр termcap '%%%c'
|
| /freebsd-13.1/contrib/tcsh/nls/greek/ |
| H A D | set1 | 117 115 Δεν υπάρχει χώρος γιά το termcap string 120 118 Αγνωστη παράμετρος του termcap '%%%c'
|
| H A D | set31 | 1 $ vms.termcap.c
|
| /freebsd-13.1/contrib/ncurses/include/ |
| H A D | Caps.uwin | 52 # Column 4: termcap capability name 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 132 # the termcap file will become irate. 174 #%The termcap code is the old 175 #%.B termcap 618 # well as the termcap codes) match his list. 625 # latter is nonzero and we're dumping in termcap format. 631 # Obsolete termcap capabilities. Some are used for termcap translation. The [all …]
|
| H A D | Caps.hpux11 | 52 # Column 4: termcap capability name 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 132 # the termcap file will become irate. 174 #%The termcap code is the old 175 #%.B termcap 810 # well as the termcap codes) match his list. 817 # latter is nonzero and we're dumping in termcap format. 823 # Obsolete termcap capabilities. Some are used for termcap translation. The [all …]
|
| H A D | Caps | 35 # This is the master termcap/terminfo capability table. 52 # Column 4: termcap capability name 66 # G = mentioned in the documentation for GNU termcap 71 # lead to some termcap translations being too long. The termcap maintainer 132 # the termcap file will become irate. 174 #%The termcap code is the old 175 #%.B termcap 794 # well as the termcap codes) match his list. 801 # latter is nonzero and we're dumping in termcap format. 807 # Obsolete termcap capabilities. Some are used for termcap translation. The [all …]
|
| H A D | Caps.aix4 | 52 # Column 4: termcap capability name 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 132 # the termcap file will become irate. 174 #%The termcap code is the old 175 #%.B termcap 896 # well as the termcap codes) match his list. 903 # latter is nonzero and we're dumping in termcap format. 909 # Obsolete termcap capabilities. Some are used for termcap translation. The [all …]
|
| H A D | Caps.keys | 54 # Column 4: termcap capability name 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 134 # the termcap file will become irate. 176 #%The termcap code is the old 177 #%.B termcap 884 # well as the termcap codes) match his list. 891 # latter is nonzero and we're dumping in termcap format. 897 # Obsolete termcap capabilities. Some are used for termcap translation. The [all …]
|
| H A D | Caps.osf1r5 | 52 # Column 4: termcap capability name 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 132 # the termcap file will become irate. 174 #%The termcap code is the old 175 #%.B termcap 802 # well as the termcap codes) match his list. 809 # latter is nonzero and we're dumping in termcap format. 815 # Obsolete termcap capabilities. Some are used for termcap translation. The [all …]
|
| H A D | headers | 37 # Support for termcap (and tic, etc.), which can be a separate library 40 termcap.h
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | ed.screen.c | 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() 1640 termcap[TC_BUFSIZE - 1] = '\0'; in ChangeSize() [all …]
|
| /freebsd-13.1/contrib/ncurses/ncurses/ |
| 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
|