| /freebsd-12.1/contrib/ncurses/progs/ |
| H A D | clear.c | 57 setupterm((char *) 0, STDOUT_FILENO, (int *) 0); in main()
|
| H A D | tabs.c | 509 setupterm(term_name, STDOUT_FILENO, (int *) 0); in main()
|
| H A D | tput.c | 409 if (setupterm(term, STDOUT_FILENO, &errret) != OK && errret <= 0) in main()
|
| H A D | tset.c | 665 while (setupterm((NCURSES_CONST char *) ttype, STDOUT_FILENO, &errret) in get_termcap_entry()
|
| /freebsd-12.1/contrib/ncurses/man/ |
| H A D | manhtml.aliases | 13 setupterm(3X) curs_terminfo(3X)
|
| /freebsd-12.1/usr.bin/tabs/ |
| H A D | tabs.c | 143 setupterm(NULL, 1, NULL); in main()
|
| /freebsd-12.1/contrib/llvm/lib/Support/Unix/ |
| H A D | Process.inc | 323 extern "C" int setupterm(char *term, int filedes, int *errret); 339 if (setupterm(nullptr, fd, &errret) != 0) 359 // Now extract the structure allocated by setupterm and free its memory
|
| /freebsd-12.1/contrib/nvi/cl/ |
| H A D | cl_main.c | 241 setupterm(ttype, STDOUT_FILENO, &err); in term_init()
|
| /freebsd-12.1/contrib/ncurses/misc/ |
| H A D | ncurses.def | 337 "setupterm" @644 NONAME
|
| H A D | ncurses.ref | 423 "setupterm" @644 NONAME
|
| /freebsd-12.1/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_setup.c | 865 setupterm(NCURSES_CONST char *tname, int Filedes, int *errret) in setupterm() function
|
| /freebsd-12.1/contrib/ncurses/ncurses/tty/ |
| H A D | hashmap.c | 485 if (setupterm(NULL, fileno(stdout), (int *) 0) == ERR) in main()
|
| H A D | lib_mvcur.c | 1167 (void) setupterm(tname, STDOUT_FILENO, NULL); in load_term()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | Editline.cpp | 41 int setupterm(char *term, int fildes, int *errret); 1188 setupterm((char *)0, term_fd, (int *)0); in Editline()
|
| /freebsd-12.1/contrib/telnet/telnet/ |
| H A D | telnet.c | 702 setupterm(char *tname, int fd, int *errp) in setupterm() function 734 (setupterm(tname, 1, &err) == 0)) { in gettermname()
|
| /freebsd-12.1/contrib/ncurses/ncurses/ |
| H A D | llib-ltinfow | 768 #undef setupterm 769 int setupterm(
|
| H A D | llib-ltinfo | 768 #undef setupterm 769 int setupterm(
|
| H A D | llib-ltinfot | 839 #undef setupterm 840 int setupterm(
|
| H A D | llib-ltinfotw | 839 #undef setupterm 840 int setupterm(
|
| H A D | llib-lncurses | 3419 #undef setupterm 3420 int setupterm(
|
| /freebsd-12.1/contrib/ncurses/include/ |
| H A D | MKterm.h.awk.in | 267 print "extern NCURSES_EXPORT(int) setupterm (NCURSES_CONST char *,int,int *);"
|
| /freebsd-12.1/contrib/ncurses/doc/ |
| H A D | ncurses-intro.doc | 678 setupterm(term, filenum, errret) 692 errret is defaulted, and something goes wrong, setupterm() will 694 returning. Thus, a simple program can call setupterm(0, 1, 0) 697 After the call to setupterm(), the global variable cur_term is 699 By calling setupterm() for each terminal, and saving and 703 array ttytype[]. Subsequent calls to setupterm() will overwrite 838 An easy way to do this is to call setupterm(), then use the functions
|
| /freebsd-12.1/lib/ncurses/ncurses/ |
| H A D | Makefile | 983 curs_terminfo.3 setupterm.3 \
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | sys-protos.h | 1004 extern int setupterm(char *, int, int *);
|
| /freebsd-12.1/contrib/ncurses/ |
| H A D | NEWS | 250 + further improvements for setupterm manpage, clarifying the 254 + improve manpages for initscr and setupterm. 294 + remove setupterm call from test/demo_termcap.c 905 calls to setupterm(). 3200 i.e., setupterm() to _nc_setupscreen(), i.e., newterm(). 4821 + fix a memory leak in error-return from setupterm() (report by 5422 already done in setupterm() (report by Philippe Blain). 5549 + check return-value of setupterm() in restartterm(). 7664 + clarify description of errret values for setupterm in manpage. 10805 * corrected return values of setupterm() [all …]
|