| /freebsd/contrib/ncurses/progs/ |
| H A D | clear.c | 103 setupterm(term, fd, (int *) 0); in main()
|
| H A D | tput.c | 463 if (setupterm(term, fd, &errret) != OK && errret <= 0) in main()
|
| H A D | tabs.c | 634 setupterm(term_name, fd, (int *) 0); in main()
|
| H A D | tset.c | 645 while (setupterm((NCURSES_CONST char *) ttype, fd, &errret) in get_termcap_entry()
|
| /freebsd/usr.bin/tabs/ |
| H A D | tabs.c | 140 setupterm(NULL, 1, NULL); in main()
|
| /freebsd/contrib/nvi/cl/ |
| H A D | cl_main.c | 228 setupterm(ttype, STDOUT_FILENO, &err); in term_init()
|
| /freebsd/contrib/ncurses/man/ |
| H A D | man_db.renames.in | 259 setupterm.3x setupterm.3ncurses
|
| H A D | manhtml.aliases | 108 setupterm(3X) curs_terminfo(3X)
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | ncurses.def | 337 "setupterm" @644 NONAME
|
| H A D | ncurses.ref | 423 "setupterm" @644 NONAME
|
| /freebsd/contrib/ncurses/ncurses/tty/ |
| H A D | hashmap.c | 499 if (setupterm(NULL, fileno(stdout), (int *) 0) == ERR) in main()
|
| H A D | lib_mvcur.c | 1195 (void) setupterm(tname, STDOUT_FILENO, NULL); in load_term()
|
| /freebsd/contrib/telnet/telnet/ |
| H A D | telnet.c | 700 setupterm(char *tname, int fd, int *errp) in setupterm() function 732 (setupterm(tname, 1, &err) == 0)) { in gettermname()
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | llib-ltinfow | 847 #undef setupterm 848 int setupterm(
|
| H A D | llib-ltinfo | 825 #undef setupterm 826 int setupterm(
|
| H A D | llib-ltinfot | 901 #undef setupterm 902 int setupterm(
|
| H A D | llib-ltinfotw | 923 #undef setupterm 924 int setupterm(
|
| H A D | llib-lncursest | 3639 #undef setupterm 3640 int setupterm(
|
| H A D | llib-lncurses | 3554 #undef setupterm 3555 int setupterm(
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_setup.c | 1207 setupterm(const char *tname, int Filedes, int *errret) in setupterm() function
|
| /freebsd/contrib/ncurses/include/ |
| H A D | MKterm.h.awk.in | 342 print "extern NCURSES_EXPORT(int) setupterm (const char *,int,int *);"
|
| /freebsd/contrib/ncurses/doc/ |
| H A D | ncurses-intro.doc | 695 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 D | Makefile | 898 curs_terminfo.3 setupterm.3 \
|
| /freebsd/contrib/ncurses/ |
| H A D | NEWS | 812 + 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 D | ANNOUNCE | 94 (screen) size. This is done in setupterm, by providing for using
|