Searched refs:termcap (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-9.3-release/share/termcap/
H A DMakefile6 # to move them to the front of termcap
8 MAN= termcap.5
10 FILES= termcap termcap.db
12 CLEANFILES+= termcap termcap.db
14 termcap: reorder termcap.src
15 TERM=dumb TERMCAP=dumb: ex - ${.CURDIR}/termcap.src < ${.CURDIR}/reorder
26 termcap
[all...]
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Drtermcap.c2 #include <termcap.h>
H A Dtermcap.c31 const char *term, *termcap; member in struct:__anon11099
57 *termcapp = (char *)lookup[i - 1].termcap;
94 char *term, *termcap; local
96 prompt_term(&term, &termcap);
99 if (setenv("TERMCAP", termcap, 1) < 0)
H A DMakefile14 system.c tcpip.c termcap.c ttys.c ufs.c usb.c user.c \
31 .if exists(${.CURDIR}/../../share/termcap/termcap.src)
32 RTERMCAP= TERMCAP=${.CURDIR}/../../share/termcap/termcap.src ./rtermcap
/freebsd-9.3-release/contrib/libreadline/
H A Dtcap.h1 /* tcap.h -- termcap library functions and variables. */
35 # include <termcap.h>
39 Unfortunately, PC is a global variable used by the termcap library. */
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A DMKcaptab.sh123 NCURSES_EXPORT(const struct name_table_entry *) _nc_get_table (bool termcap)
125 return termcap ? build_names(cap) : build_names(info) ;
128 NCURSES_EXPORT(const short *) _nc_get_hash_table (bool termcap)
130 return termcap ? _nc_cap_hash_table: _nc_info_hash_table ;
133 NCURSES_EXPORT(const struct alias *) _nc_get_alias_table (bool termcap)
135 return termcap ? build_alias(cap) : build_alias(info) ;
H A Dlib_cur_term.c41 #include <termcap.h> /* ospeed */
H A Dlib_baudrate.c42 #include <termcap.h> /* ospeed */
H A Dlib_tgoto.c36 #include <termcap.h>
120 * termcap documentation refers to a similar fixup for \n
H A Dlib_termcap.c44 #include <termcap.h>
73 * In termcap, this function reads in the entry for terminal `term' into the
77 * does a bit more than tgetent() in termcap does), and returns its return
102 * bufp may be a null pointer, e.g., GNU termcap. That allocates data,
103 * which is good until the next tgetent() call. The conventional termcap
187 * a termcap source, try and copy it out.
200 * Look up boolean termcap capability str and return its value (TRUE=1 if
228 * Look up numeric termcap capability str and return its value, or -1 if
257 * Look up string termcap capability str and return a pointer to its value,
H A Dlib_tputs.c46 #include <termcap.h> /* ospeed */
51 NCURSES_EXPORT_VAR(char) PC = 0; /* used by termcap library */
52 NCURSES_EXPORT_VAR(NCURSES_OSPEED) ospeed = 0; /* used by termcap library */
/freebsd-9.3-release/contrib/ncurses/include/
H A DMKparametrized.sh34 # termcap strings should undergo parameter and padding translation.
39 * parametrized.h --- is a termcap capability parametrized?
/freebsd-9.3-release/contrib/ee/
H A Dcreate.make14 # test for existence of termcap (exists on both BSD and SysV systems)
16 if [ -f /etc/termcap -o -f /usr/share/lib/termcap -o -f /usr/share/misc/termcap ]
18 if [ -f /usr/share/lib/termcap ]
20 termcap_exists="-DTERMCAP=\"\\\"/usr/share/lib/termcap\\\"\""
21 elif [ -f /usr/share/misc/termcap ]
23 termcap_exists="-DTERMCAP=\"\\\"/usr/share/misc/termcap\\\"\""
24 elif [ -f /etc/termcap ]
26 termcap_exists="-DTERMCAP=\"\\\"/etc/termcap\\\"\""
[all...]
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dcapconvert31 # capconvert -- automated conversion from termcap to terminfo
35 echo "that now use termcap can use terminfo and the ncurses library."
219 # We're done unless user has a .termcap file or equivalent named by TERMCAP
231 if test -f $HOME/.termcap
233 echo 'I see you have a $HOME/.termcap file. I will compile that.'
234 eval $TIC $HOME/.termcap
236 echo "Note that editing $HOME/.termcap will no longer change the data curses sees."
244 echo "Your TERMCAP value appears to be an entry in termcap format."
/freebsd-9.3-release/usr.sbin/sade/
H A DMakefile13 msg.c system.c termcap.c \
/freebsd-9.3-release/contrib/nvi/cl/
H A Dcl_bsd.c194 /* Terminfo-to-termcap translation table. */
197 char *termcap; /* Termcap name. */ member in struct:_tl
247 * Historically, the 4BSD termcap code didn't support functions keys greater
251 * implementors of any System V compatibility code or an extended termcap used
315 name = tlp->termcap;
341 name = tlp->termcap;
/freebsd-9.3-release/tools/tools/termcap/
H A Dtermcap.pl36 Compares the entries in the termcap.src for <term1> and <term2> and
38 the size of two similar termcap entries with the "tc" option.
56 open(FIN, "termcap.src");
/freebsd-9.3-release/share/
H A DMakefile28 termcap \
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet_locl.h76 #include <termcap.h>
/freebsd-9.3-release/usr.bin/tset/
H A Dterm.c44 #include <termcap.h>
56 * its termcap entry.
94 * real entry from /etc/termcap. This prevents us from being fooled
111 /* Find the termcap entry. If it doesn't exist, ask the user. */
117 errx(1, "termcap: %s", strerror(errno ? errno : ENOENT));
H A Dtset.c52 #include <termcap.h>
/freebsd-9.3-release/usr.bin/tput/
H A Dtput.c47 #include <termcap.h>
/freebsd-9.3-release/usr.bin/ul/
H A Dul.c49 #include <termcap.h>
109 char termcap[1024]; local
130 switch(tgetent(termcap, termtype)) {
136 warnx("trouble reading termcap");
141 (void)strcpy(termcap, "dumb:os:col#80:cr=^M:sf=^J:am:");
446 /* This nonsense attempts to work with both old and new termcap */
/freebsd-9.3-release/contrib/ncurses/misc/
H A Dncurses-config.in149 --termpath echos the \$TERMPATH termcap list
/freebsd-9.3-release/contrib/tcsh/
H A Ded.screen.c3 * ed.screen.c: Editor/termcap-curses interface
517 * Print the termcap string out with variable substitution
1010 /* PWP 6-27-88 -- if the tty driver thinks that we can tab, we ask termcap */
1378 /* what termcap says we should use */
1423 * If we are on a pad, we pretend that we are dumb. Otherwise the termcap
1440 xprintf(CGETS(7, 20, "%s: Cannot open /etc/termcap.\n"), progname);
1567 UpdateVal(const Char *tag, int value, Char *termcap, Char *backup) argument
1570 if ((ptr = Strstr(termcap, tag)) == NULL) {
1571 (void)Strcpy(backup, termcap);
1574 size_t len = (ptr - termcap)
1627 Char termcap[TC_BUFSIZE+64], backup[TC_BUFSIZE+64], *ptr; local
[all...]

Completed in 120 milliseconds

123