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

1 2

  /src/external/gpl3/gdb/dist/readline/readline/
tcap.h 1 /* tcap.h -- termcap library functions and variables. */
33 # include <termcap.h>
35 # include <ncurses/termcap.h>
39 Unfortunately, PC is a global variable used by the termcap library. */
  /src/external/gpl3/gdb.old/dist/readline/readline/
tcap.h 1 /* tcap.h -- termcap library functions and variables. */
33 # include <termcap.h>
35 # include <ncurses/termcap.h>
39 Unfortunately, PC is a global variable used by the termcap library. */
  /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.
  /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
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/external/bsd/nvi/dist/cl/
cl_bsd.c 202 /* Terminfo-to-termcap translation table. */
205 const char *termcap; /* Termcap name. */ member in struct:_tl
255 * Historically, the 4BSD termcap code didn't support functions keys greater
259 * implementors of any System V compatibility code or an extended termcap used
324 name = tlp->termcap;
350 name = tlp->termcap;
cl.h 27 #include <termcap.h>
  /src/games/backgammon/common_source/
back.h 43 #include <termcap.h>
  /src/share/man/man5/
Makefile 23 MLINKS+=capfile.5 termcap.5
  /src/external/bsd/less/dist/lesstest/
display.c 1 #include <termcap.h>
term.c 4 #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/external/gpl2/texinfo/dist/info/
terminal.c 33 /* The Unix termcap interface code. */
35 #include <ncurses/termcap.h>
38 #include <termcap.h>
41 Unfortunately, PC is a global variable used by the termcap library. */
44 /* Termcap requires these variables, whether we access them or not. */
77 /* Terminal and Termcap */
442 /* Re-initialize the terminal considering that the TERM/TERMCAP variable
  /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/external/bsd/top/dist/
screen.c 38 /* This file contains the routines that interface to termcap and stty/gtty.
55 #include <termcap.h>
248 /* now get the termcap entry */
253 fprintf(stderr, "%s: can't open termcap file\n", myname);
257 fprintf(stderr, "%s: no termcap entry for a `%s' terminal\n",
292 /* initialize the pointer into the termcap string buffer */
331 /* If screen_length is 0 from both termcap and ioctl then we are dumb */
393 /* send the termcap initialization string */
418 /* send the termcap initialization string */
443 /* send the termcap initialization string *
    [all...]
  /src/external/bsd/less/dist/
screen.c 15 * Uses termcap to be as terminal-independent as possible.
74 #include <ncursesw/termcap.h>
77 #include <ncurses/termcap.h>
80 #include <termcap.h>
271 * and needed by, the termcap library.
724 * Some glue to prevent calling termcap functions if tgetent() failed.
1154 * Get terminal capabilities via termcap.
1225 * Some termcap libraries assume termbuf is static
1233 * Make sure the termcap database is available.
1235 sp = lgetenv("TERMCAP");
1238 char *termcap; local
    [all...]
configure 2375 as_fn_append ac_header_c_list " termcap.h termcap_h HAVE_TERMCAP_H"
2376 as_fn_append ac_header_c_list " ncurses/termcap.h ncurses_termcap_h HAVE_NCURSES_TERMCAP_H"
2377 as_fn_append ac_header_c_list " ncursesw/termcap.h ncursesw_termcap_h HAVE_NCURSESW_TERMCAP_H"
4843 if test "x$ac_cv_header_termcap_h" = xyes; then include_termcap_h="#include <termcap.h>"; elif test "x$ac_cv_header_ncurses_termcap_h" = xyes; then include_termcap_h="#include <ncurses/termcap.h>"; elif test "x$ac_cv_header_ncursesw_termcap_h" = xyes; then include_termcap_h="#include <ncursesw/termcap.h>"; fi
5038 # -- Try curses & termcap.
5071 # -- Try termcap.
5763 # Checks for external variable ospeed in the termcap library.
5765 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking termcap for ospeed" >&
    [all...]
  /src/usr.bin/qsubst/
qsubst.c 114 #include <termcap.h>
  /src/libexec/telnetd/
telnetd.c 78 #include <termcap.h>
  /src/usr.bin/msgs/
msgs.c 87 #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...]

Completed in 46 milliseconds

1 2