Home
last modified time | relevance | path

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

12

/freebsd/contrib/ncurses/progs/
H A Dclear.c103 setupterm(term, fd, (int *) 0); in main()
H A Dtput.c463 if (setupterm(term, fd, &errret) != OK && errret <= 0) in main()
H A Dtabs.c634 setupterm(term_name, fd, (int *) 0); in main()
H A Dtset.c645 while (setupterm((NCURSES_CONST char *) ttype, fd, &errret) in get_termcap_entry()
/freebsd/usr.bin/tabs/
H A Dtabs.c140 setupterm(NULL, 1, NULL); in main()
/freebsd/contrib/nvi/cl/
H A Dcl_main.c228 setupterm(ttype, STDOUT_FILENO, &err); in term_init()
/freebsd/contrib/ncurses/man/
H A Dman_db.renames.in259 setupterm.3x setupterm.3ncurses
H A Dmanhtml.aliases108 setupterm(3X) curs_terminfo(3X)
/freebsd/contrib/ncurses/misc/
H A Dncurses.def337 "setupterm" @644 NONAME
H A Dncurses.ref423 "setupterm" @644 NONAME
/freebsd/contrib/ncurses/ncurses/tty/
H A Dhashmap.c499 if (setupterm(NULL, fileno(stdout), (int *) 0) == ERR) in main()
H A Dlib_mvcur.c1195 (void) setupterm(tname, STDOUT_FILENO, NULL); in load_term()
/freebsd/contrib/telnet/telnet/
H A Dtelnet.c700 setupterm(char *tname, int fd, int *errp) in setupterm() function
732 (setupterm(tname, 1, &err) == 0)) { in gettermname()
/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltinfow847 #undef setupterm
848 int setupterm(
H A Dllib-ltinfo825 #undef setupterm
826 int setupterm(
H A Dllib-ltinfot901 #undef setupterm
902 int setupterm(
H A Dllib-ltinfotw923 #undef setupterm
924 int setupterm(
H A Dllib-lncursest3639 #undef setupterm
3640 int setupterm(
H A Dllib-lncurses3554 #undef setupterm
3555 int setupterm(
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c1207 setupterm(const char *tname, int Filedes, int *errret) in setupterm() function
/freebsd/contrib/ncurses/include/
H A DMKterm.h.awk.in342 print "extern NCURSES_EXPORT(int) setupterm (const char *,int,int *);"
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc695 setupterm(term, filenum, errret)
709 errret is defaulted, and something goes wrong, setupterm() will
711 returning. Thus, a simple program can call setupterm(0, 1, 0)
714 After the call to setupterm(), the global variable cur_term is
716 By calling setupterm() for each terminal, and saving and
720 array ttytype[]. Subsequent calls to setupterm() will overwrite
855 An easy way to do this is to call setupterm(), then use the functions
/freebsd/lib/ncurses/tinfo/
H A DMakefile898 curs_terminfo.3 setupterm.3 \
/freebsd/contrib/ncurses/
H A DNEWS812 + make the recent change to setupterm optional "--enable-check-size"
827 + modify setupterm to provide for using ANSI cursor-position report (in
1685 calling tgetent or setupterm, noting that terminfo initialization
1980 + fix regression in setupterm validating non-empty $TERM (report by
2581 + use _nc_copy_termtype2() rather than direct assignment in setupterm,
3516 + use ExitTerminfo() internally in error-exits for ncurses' setupterm
3640 + modify setupterm() to save original tty-modes so that erasechar()
3796 setupterm rather than the standard output, making padding work
3812 descriptor to setupterm rather than the standard output, making
4390 databases were found, as documented for setupterm.
[all …]
H A DANNOUNCE94 (screen) size. This is done in setupterm, by providing for using

12