| /openbsd-src/gnu/llvm/llvm/cmake/modules/ |
| H A D | FindTerminfo.cmake | 1 # Attempts to discover terminfo library with a linkable setupterm function. 22 int setupterm(char *term, int filedes, int *errret); 23 int main(void) { return setupterm(0, 0, 0); }"
|
| /openbsd-src/lib/libcurses/ |
| H A D | manhtml.aliases | 62 setupterm(3) curs_terminfo(3)
|
| H A D | term.h | 821 extern NCURSES_EXPORT(int) setupterm (const char *,int,int *);
|
| H A D | curses.h | 1189 #define setterm(term) setupterm(term, 1, (int *)0)
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Unix/ |
| H A D | Process.inc | 325 extern "C" int setupterm(char *term, int filedes, int *errret); 360 if (setupterm(nullptr, fd, &errret) != 0) 382 // Now extract the structure allocated by setupterm and free its memory
|
| /openbsd-src/usr.bin/vi/cl/ |
| H A D | cl_main.c | 208 setupterm(ttype, STDOUT_FILENO, &err); in term_init()
|
| /openbsd-src/usr.bin/mg/ |
| H A D | tty.c | 75 if (setupterm(tty, STDOUT_FILENO, &errret)) in ttinit()
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
| H A D | ProgressBar.py | 106 try: curses.setupterm()
|
| /openbsd-src/usr.bin/tput/ |
| H A D | tput.c | 450 if (setupterm(term, fd, &errret) != OK && errret <= 0) in main()
|
| /openbsd-src/usr.bin/less/ |
| H A D | screen.c | 278 if (setupterm(term, 1, &err) < 0) { in get_term()
|
| /openbsd-src/usr.bin/tset/ |
| H A D | tset.c | 647 while (setupterm((NCURSES_CONST char *) ttype, fd, &errret) in get_termcap_entry()
|
| /openbsd-src/lib/libcurses/tty/ |
| H A D | hashmap.c | 502 if (setupterm(NULL, fileno(stdout), (int *) 0) == ERR) in main()
|
| H A D | lib_mvcur.c | 1178 (void) setupterm(tname, STDOUT_FILENO, NULL); in load_term()
|
| /openbsd-src/lib/libcurses/tinfo/ |
| H A D | lib_setup.c | 1022 setupterm(const char *tname, int Filedes, int *errret) in setupterm() function
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | Editline.cpp | 42 int setupterm(char *term, int fildes, int *errret); 1413 setupterm((char *)0, term_fd, (int *)0); in Editline()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Config/ |
| H A D | config.h.cmake | 215 /* Define if the setupterm() function is supported this platform. */
|
| /openbsd-src/usr.bin/tmux/ |
| H A D | tty-term.c | 678 if (setupterm((char *)name, fd, &error) != OK) { in tty_term_read_list()
|
| /openbsd-src/bin/ksh/ |
| H A D | var.c | 1079 if (setupterm(str_val(vp), shl_out->fd, &ret) == ERR) in setspec()
|
| /openbsd-src/usr.bin/telnet/ |
| H A D | telnet.c | 610 (setupterm(tname, 1, &errret) == OK)) { in gettermname()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | sys-protos.h | 1004 extern int setupterm(char *, int, int *);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | sys-protos.h | 1004 extern int setupterm(char *, int, int *);
|