Home
last modified time | relevance | path

Searched refs:setupterm (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/src/lib/libterminfo/
DMakefile12 SRCS= term.c ti.c setupterm.c curterm.c tparm.c tputs.c
30 MLINKS= terminfo.3 setupterm.3 \
Dterminfo.expsym35 setupterm
Dsetupterm.c151 setupterm(const char *term, int fildes, int *errret) in setupterm() function
Dtermcap.c67 if (setupterm(name, STDOUT_FILENO, &errret) != 0) in tgetent()
Dterm.h1949 int setupterm(const char *, int, int *);
/netbsd/src/usr.bin/tset/
Dterm.c104 while (setupterm(ttype, 0, &rval) == ERR) { in get_terminfo_entry()
/netbsd/src/external/bsd/nvi/dist/cl/
Dcl_bsd.c177 setupterm(ttype, fno, errp) in setupterm() function
Dcl_main.c250 setupterm(__UNCONST(ttype), STDOUT_FILENO, &error); in term_init()
Dcl_screen.c490 (void)setupterm(ttype, STDOUT_FILENO, &error); in cl_ex_init()
/netbsd/src/external/bsd/tmux/dist/
Dconfigure.ac320 setupterm,
339 setupterm,
820 if (setupterm("screen-256color", -1, NULL) != OK)
840 if (setupterm("tmux", -1, NULL) != OK)
860 if (setupterm("tmux-256color", -1, NULL) != OK)
Dconfigure6338 char setupterm ();
6342 return setupterm ();
6415 char setupterm ();
6419 return setupterm ();
7932 if (setupterm("screen-256color", -1, NULL) != OK)
7961 if (setupterm("tmux", -1, NULL) != OK)
7990 if (setupterm("tmux-256color", -1, NULL) != OK)
Dtty-term.c687 if (setupterm(__UNCONST(name), fd, &error) != OK) { in tty_term_read_list()
/netbsd/src/games/hack/
Dhack.terminfo.c86 setupterm(NULL, 0, NULL); in startup()
/netbsd/src/usr.bin/tput/
Dtput.c84 setupterm(term, 0, NULL); in main()
/netbsd/src/usr.bin/tabs/
Dtabs.c178 if (setupterm(term, STDOUT_FILENO, NULL) != 0) in main()
/netbsd/src/games/tetris/
Dscreen.c122 setupterm(NULL, 0, NULL); in scr_init()
/netbsd/src/usr.bin/ul/
Dul.c125 setupterm(termtype, 0, NULL); in main()
/netbsd/src/sys/arch/atari/stand/edahdi/
Dedahdi.c140 setupterm(NULL, STDOUT_FILENO, NULL); in main()
/netbsd/src/libexec/getty/
Dmain.c646 if (setupterm(typ->ty_type, 0, &err) == ERR) in clearscreen()
/netbsd/src/games/larn/
Dio.c650 setupterm(NULL, 0, NULL); /* will exit if invalid term */ in init_term()
/netbsd/src/external/bsd/nvi/dist/dist/
Dconfigure.ac786 dnl Check for the setupterm function. We make this check regardless of
789 AC_MSG_CHECKING(for setupterm)
791 AC_TRY_LINK([#include <$CURSHEADER>], [setupterm(0, 0, 0);],
796 [Define if you have the curses(3) setupterm function.])
/netbsd/src/usr.bin/telnet/
Dtelnet.c683 setupterm(char *tname, int fd, int *errp) in setupterm() function
735 (setupterm(tname, 1, &err) == 0)) { in gettermname()
/netbsd/src/usr.bin/cal/
Dcal.c904 if (setupterm(term, fileno(stdout), &errret) != 0 && errret != 1) in init_hilite()
/netbsd/src/usr.sbin/tprof/
Dtprof_top.c227 setupterm(term, 0, NULL); in tty_setup()
/netbsd/src/usr.sbin/makemandb/
Dnostem.txt3620 setupterm

12