HomeSort by: relevance | last modified time | path
    Searched refs:termcap (Results 1 - 17 of 17) sorted by relevancy

  /src/lib/libterminfo/
Makefile 43 # Build in termcap emulation
44 SRCS+= termcap.c
45 INCS+= termcap.h
46 MAN+= termcap.3
47 MLINKS+= termcap.3 tgetent.3 termcap.3 tgetflag.3 termcap.3 tgetnum.3 \
48 termcap.3 tgetstr.3 termcap.3 tgoto.3
genthash 30 # Generate string and hash tables for our termcap strings in termcap.c
40 * Automatically generated from termcap.c */
termcap.c 1 /* $NetBSD: termcap.c,v 1.25 2023/01/31 21:11:24 andvar Exp $ */
31 __RCSID("$NetBSD: termcap.c,v 1.25 2023/01/31 21:11:24 andvar Exp $");
41 #include <termcap.h>
166 * for termcap. */
242 /* Convert a termcap character into terminfo equivalents */
292 /* Convert termcap commands into terminfo commands */
439 /* \E\ is valid termcap.
term.h 1997 /* Convert a termcap string into a terminfo string.
2001 /* POSIX says that term.h should also pull in our termcap definitions. */
2002 #include <termcap.h>
  /src/usr.bin/resize/
resize.c 237 print_termcap(const char *termcap)
242 while ((ch = *termcap++) != '\0') {
244 case 127: /* undo bug in GNU termcap */
314 resets termcap string to reflect current screen size
337 char termcap[TERMCAP_SIZE]; local in function:main
436 termcap[0] = 0; /* ...just in case we've accidentally gotten terminfo */
437 if (tgetent(termcap, env) <= 0 || termcap[0] == 0) {
554 /* update termcap string */
556 if ((ptr = x_strindex(termcap, "co#")) == NULL)
    [all...]
  /src/share/man/man5/
Makefile 21 MLINKS+=capfile.5 termcap.5
  /src/games/backgammon/common_source/
back.h 43 #include <termcap.h>
  /src/games/hack/
hack.tty.c 109 #include <termcap.h>
128 * Get initial state of terminal, set ospeed (for termcap routines)
130 * Called by startup() in termcap.c and after returning from ! or ^Z
  /src/distrib/utils/more/
screen.c 44 * Uses termcap to be as terminal-independent as possible.
71 #include <termcap.h>
122 * and needed by, the termcap library.
238 * Get terminal capabilities via termcap.
303 * Assumes termcap variable "sg" is the printing width of
  /src/usr.bin/qsubst/
qsubst.c 114 #include <termcap.h>
  /src/usr.bin/msgs/
msgs.c 87 #include <termcap.h>
  /src/libexec/telnetd/
telnetd.c 78 #include <termcap.h>
  /src/usr.bin/mail/
complete.c 56 #include <termcap.h>
  /src/usr.sbin/sunlabel/
sunlabel.c 48 #include <termcap.h>
  /src/bin/ksh/
emacs.c 308 * default, but its simpler/faster/smaller than using termcap
  /src/lib/libedit/
terminal.c 45 * terminal.c: Editor/termcap-curses interface
47 * termcap putchar routine does not take an argument!
58 #include <termcap.h>
333 * Maintain a string pool for termcap strings
387 "Out of termcap string space.\n");
819 /* what termcap says we should use */
869 "Cannot read termcap database;\n");
981 * Initialize the arrow key bindings from termcap
1265 * Print the current termcap characteristics
1448 * Print the termcap string out with variable substitutio
    [all...]
  /src/share/terminfo/
terminfo 27 # have been small corrections to Raymond's translations to/from termcap format,
48 # Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu
57 # Other terminfo and termcap files exist, supported by various OS vendors
60 # of the historical 4.4BSD, GNU, System V and SCO termcap files and the BRL
61 # termcap file, but also large numbers of vendor-maintained termcap and
63 # termcap/terminfo versions.
84 # (terminfo with OT capabilities), stock terminfo, or termcap. You can tell
90 # various obsolete termcap capabilities. You can, thus, convert from master
95 # The termcap version is generated automatically from the master versio
    [all...]

Completed in 27 milliseconds