| /freebsd-12.1/share/termcap/ |
| H A D | Makefile | 8 MAN= termcap.5 10 FILES= termcap termcap.db 12 CLEANFILES+= termcap.db 16 termcap.db: termcap 19 etc-termcap: 20 ${INSTALL_SYMLINK} ${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-12.1/contrib/ncurses/ncurses/tinfo/ |
| 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() 68 real_table = _nc_get_table(termcap); in NCURSES_EXPORT() 93 bool termcap) in _nc_find_type_entry() argument 96 const HashData *data = _nc_get_hash_info(termcap); in _nc_find_type_entry() 100 const struct name_table_entry *const table = _nc_get_table(termcap); in _nc_find_type_entry()
|
| H A D | MKcaptab.sh | 130 NCURSES_EXPORT(const struct name_table_entry *) _nc_get_table (bool termcap) 132 return termcap ? build_names(cap) : build_names(info) ; 136 NCURSES_EXPORT(const HashValue *) _nc_get_hash_table (bool termcap) 138 return termcap ? _nc_cap_hash_table: _nc_info_hash_table ; 141 NCURSES_EXPORT(const struct alias *) _nc_get_alias_table (bool termcap) 143 return termcap ? build_alias(cap) : build_alias(info) ; 195 NCURSES_EXPORT(const HashData *) _nc_get_hash_info (bool termcap) 197 return &hash_data[(termcap != FALSE)];
|
| /freebsd-12.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-12.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 | 88 @ test ! -f $(include_dir)/termcap.h || \ 89 fgrep NCURSES_VERSION $(include_dir)/termcap.h >/dev/null || \
|
| /freebsd-12.1/contrib/tcsh/nls/russian/ |
| H A D | set1 | 118 115 Переполнение строки termcap 121 118 Неизвестный параметр termcap '%%%c'
|
| /freebsd-12.1/contrib/tcsh/nls/ja/ |
| H A D | set1 | 118 115 termcapの文字列領域不足です 121 118 知らないtermcapパラメタ '%%%c'
|
| /freebsd-12.1/contrib/ncurses/progs/ |
| H A D | tput.c | 154 bool termcap = FALSE; in tput() local 277 if (!termcap) { in tput() 280 termcap = TRUE; in tput() 281 if ((np = _nc_find_entry(name, _nc_get_hash_table(termcap))) != 0) { in tput()
|
| H A D | capconvert | 233 if test -f $HOME/.termcap 236 eval $TIC $HOME/.termcap
|
| /freebsd-12.1/contrib/tcsh/nls/greek/ |
| H A D | set1 | 118 115 Δεν υπάρχει χώρος γιά το termcap string 121 118 Αγνωστη παράμετρος του termcap '%%%c'
|
| /freebsd-12.1/contrib/tcsh/nls/ukrainian/ |
| H A D | set1 | 118 115 Out of termcap string space 121 118 Невідомий параметр termcap '%%%c'
|
| /freebsd-12.1/contrib/ncurses/include/ |
| H A D | Caps.aix4 | 51 # Column 4: termcap capability name 62 # lot of old termcap-using programs). The codes read as follows: 65 # G = mentioned in the documentation for GNU termcap 70 # lead to some termcap translations being too long. The termcap maintainer 131 # the termcap file will become irate. 173 #%The termcap code is the old 174 #%.B termcap 895 # well as the termcap codes) match his list. 902 # latter is nonzero and we're dumping in termcap format. 908 # Obsolete termcap capabilities. Some are used for termcap translation. The [all …]
|
| H A D | Caps.uwin | 51 # Column 4: termcap capability name 62 # lot of old termcap-using programs). The codes read as follows: 65 # G = mentioned in the documentation for GNU termcap 70 # lead to some termcap translations being too long. The termcap maintainer 131 # the termcap file will become irate. 173 #%The termcap code is the old 174 #%.B termcap 617 # well as the termcap codes) match his list. 624 # latter is nonzero and we're dumping in termcap format. 630 # Obsolete termcap capabilities. Some are used for termcap translation. The [all …]
|
| H A D | Caps | 34 # This is the master termcap/terminfo capability table. 51 # Column 4: termcap capability name 65 # G = mentioned in the documentation for GNU termcap 70 # lead to some termcap translations being too long. The termcap maintainer 131 # the termcap file will become irate. 173 #%The termcap code is the old 174 #%.B termcap 793 # well as the termcap codes) match his list. 800 # latter is nonzero and we're dumping in termcap format. 806 # Obsolete termcap capabilities. Some are used for termcap translation. The [all …]
|
| H A D | Caps.hpux11 | 51 # Column 4: termcap capability name 62 # lot of old termcap-using programs). The codes read as follows: 65 # G = mentioned in the documentation for GNU termcap 70 # lead to some termcap translations being too long. The termcap maintainer 131 # the termcap file will become irate. 173 #%The termcap code is the old 174 #%.B termcap 807 # well as the termcap codes) match his list. 814 # latter is nonzero and we're dumping in termcap format. 820 # Obsolete termcap capabilities. Some are used for termcap translation. The [all …]
|
| H A D | Caps.keys | 53 # Column 4: termcap capability name 64 # lot of old termcap-using programs). The codes read as follows: 67 # G = mentioned in the documentation for GNU termcap 72 # lead to some termcap translations being too long. The termcap maintainer 133 # the termcap file will become irate. 175 #%The termcap code is the old 176 #%.B termcap 883 # well as the termcap codes) match his list. 890 # latter is nonzero and we're dumping in termcap format. 896 # Obsolete termcap capabilities. Some are used for termcap translation. The [all …]
|
| H A D | Caps.osf1r5 | 51 # Column 4: termcap capability name 62 # lot of old termcap-using programs). The codes read as follows: 65 # G = mentioned in the documentation for GNU termcap 70 # lead to some termcap translations being too long. The termcap maintainer 131 # the termcap file will become irate. 173 #%The termcap code is the old 174 #%.B termcap 801 # well as the termcap codes) match his list. 808 # latter is nonzero and we're dumping in termcap format. 814 # Obsolete termcap capabilities. Some are used for termcap translation. The [all …]
|
| H A D | headers | 36 # Support for termcap (and tic, etc.), which can be a separate library 39 termcap.h
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | termcap.vms | 1 # $tcsh: termcap.vms,v 1.3 2006/03/02 18:46:45 christos Exp $ 2 # posix /etc/termcap 1992 4 # Minimal termcap for VMS/POSIX
|
| H A D | ed.screen.c | 1571 if ((ptr = Strstr(termcap, tag)) == NULL) { in UpdateVal() 1572 (void)Strcpy(backup, termcap); in UpdateVal() 1575 size_t len = (ptr - termcap) + Strlen(tag); in UpdateVal() 1576 (void)Strncpy(backup, termcap, len); in UpdateVal() 1629 Char termcap[TC_BUFSIZE+64], backup[TC_BUFSIZE+64], *ptr; in ChangeSize() local 1633 (void) Strncpy(termcap, ptr, TC_BUFSIZE); in ChangeSize() 1634 termcap[TC_BUFSIZE-1] = '\0'; in ChangeSize() 1636 changed = UpdateVal(STRco, Val(T_co), termcap, backup); in ChangeSize() 1637 changed |= UpdateVal(STRli, Val(T_li), termcap, backup); in ChangeSize() 1644 termcap[TC_BUFSIZE - 1] = '\0'; in ChangeSize() [all …]
|
| /freebsd-12.1/contrib/ncurses/ncurses/ |
| H A D | modules | 158 # Support for termcap (and tic, etc.), which can be a separate library 176 lib_baudrate lib $(tinfo) $(HEADER_DEPS) ../include/termcap.h 177 lib_cur_term lib $(tinfo) $(HEADER_DEPS) ../include/termcap.h 187 lib_termcap lib $(tinfo) $(HEADER_DEPS) $(INCDIR)/tic.h ../include/termcap.h $(INCDIR)/capdefaults… 189 lib_tgoto lib $(tinfo) $(HEADER_DEPS) ../include/termcap.h 192 lib_tputs lib $(tinfo) $(HEADER_DEPS) $(INCDIR)/tic.h ../include/termcap.h
|
| /freebsd-12.1/etc/ |
| H A D | Makefile | 20 termcap.small 83 ${_+_}cd ${SRCTOP}/share/termcap; ${MAKE} etc-termcap
|