| /freebsd-14.2/contrib/ncurses/progs/ |
| H A D | clear.c | 103 setupterm(term, fd, (int *) 0); in main()
|
| H A D | tput.c | 449 if (setupterm(term, fd, &errret) != OK && errret <= 0) in main()
|
| H A D | tabs.c | 633 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-14.2/usr.bin/tabs/ |
| H A D | tabs.c | 141 setupterm(NULL, 1, NULL); in main()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Process.inc | 349 extern "C" int setupterm(char *term, int filedes, int *errret); 380 if (setupterm(nullptr, fd, &errret) != 0) 402 // Now extract the structure allocated by setupterm and free its memory
|
| /freebsd-14.2/contrib/nvi/cl/ |
| H A D | cl_main.c | 228 setupterm(ttype, STDOUT_FILENO, &err); in term_init()
|
| /freebsd-14.2/contrib/ncurses/man/ |
| H A D | man_db.renames.in | 245 setupterm.3x setupterm.3ncurses
|
| H A D | manhtml.aliases | 94 setupterm(3X) curs_terminfo(3X)
|
| /freebsd-14.2/contrib/ncurses/misc/ |
| H A D | ncurses.def | 337 "setupterm" @644 NONAME
|
| H A D | ncurses.ref | 423 "setupterm" @644 NONAME
|
| /freebsd-14.2/contrib/ncurses/ncurses/tty/ |
| H A D | hashmap.c | 500 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-14.2/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-14.2/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Editline.cpp | 43 int setupterm(char *term, int fildes, int *errret); 1426 setupterm((char *)0, term_fd, (int *)0); in Editline()
|
| /freebsd-14.2/contrib/ncurses/ncurses/ |
| H A D | llib-ltinfo | 819 #undef setupterm 820 int setupterm(
|
| H A D | llib-ltinfow | 841 #undef setupterm 842 int setupterm(
|
| H A D | llib-ltinfotw | 917 #undef setupterm 918 int setupterm(
|
| H A D | llib-ltinfot | 895 #undef setupterm 896 int setupterm(
|
| H A D | llib-lncurses | 3548 #undef setupterm 3549 int setupterm(
|
| /freebsd-14.2/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_setup.c | 1207 setupterm(const char *tname, int Filedes, int *errret) in setupterm() function
|
| /freebsd-14.2/contrib/ncurses/include/ |
| H A D | MKterm.h.awk.in | 341 print "extern NCURSES_EXPORT(int) setupterm (const char *,int,int *);"
|
| /freebsd-14.2/contrib/ncurses/doc/ |
| H A D | ncurses-intro.doc | 696 setupterm(term, filenum, errret) 710 errret is defaulted, and something goes wrong, setupterm() will 712 returning. Thus, a simple program can call setupterm(0, 1, 0) 715 After the call to setupterm(), the global variable cur_term is 717 By calling setupterm() for each terminal, and saving and 721 array ttytype[]. Subsequent calls to setupterm() will overwrite 856 An easy way to do this is to call setupterm(), then use the functions
|
| /freebsd-14.2/lib/ncurses/tinfo/ |
| H A D | Makefile | 897 curs_terminfo.3 setupterm.3 \
|
| /freebsd-14.2/contrib/ncurses/ |
| H A D | NEWS | 3821 databases were found, as documented for setupterm. 3823 setupterm and restartterm functions. 4632 + further improvements for setupterm manpage, clarifying the 4636 + improve manpages for initscr and setupterm. 4676 + remove setupterm call from test/demo_termcap.c 5287 calls to setupterm(). 7581 i.e., setupterm() to _nc_setupscreen(), i.e., newterm(). 9803 already done in setupterm() (report by Philippe Blain). 9930 + check return-value of setupterm() in restartterm(). 15186 * corrected return values of setupterm() [all …]
|