Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DFindTerminfo.cmake1 # 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 Dmanhtml.aliases62 setupterm(3) curs_terminfo(3)
H A Dterm.h821 extern NCURSES_EXPORT(int) setupterm (const char *,int,int *);
H A Dcurses.h1189 #define setterm(term) setupterm(term, 1, (int *)0)
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DProcess.inc325 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 Dcl_main.c208 setupterm(ttype, STDOUT_FILENO, &err); in term_init()
/openbsd-src/usr.bin/mg/
H A Dtty.c75 if (setupterm(tty, STDOUT_FILENO, &errret)) in ttinit()
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/
H A DProgressBar.py106 try: curses.setupterm()
/openbsd-src/usr.bin/tput/
H A Dtput.c450 if (setupterm(term, fd, &errret) != OK && errret <= 0) in main()
/openbsd-src/usr.bin/less/
H A Dscreen.c278 if (setupterm(term, 1, &err) < 0) { in get_term()
/openbsd-src/usr.bin/tset/
H A Dtset.c647 while (setupterm((NCURSES_CONST char *) ttype, fd, &errret) in get_termcap_entry()
/openbsd-src/lib/libcurses/tty/
H A Dhashmap.c502 if (setupterm(NULL, fileno(stdout), (int *) 0) == ERR) in main()
H A Dlib_mvcur.c1178 (void) setupterm(tname, STDOUT_FILENO, NULL); in load_term()
/openbsd-src/lib/libcurses/tinfo/
H A Dlib_setup.c1022 setupterm(const char *tname, int Filedes, int *errret) in setupterm() function
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DEditline.cpp42 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 Dconfig.h.cmake215 /* Define if the setupterm() function is supported this platform. */
/openbsd-src/usr.bin/tmux/
H A Dtty-term.c678 if (setupterm((char *)name, fd, &error) != OK) { in tty_term_read_list()
/openbsd-src/bin/ksh/
H A Dvar.c1079 if (setupterm(str_val(vp), shl_out->fd, &ret) == ERR) in setspec()
/openbsd-src/usr.bin/telnet/
H A Dtelnet.c610 (setupterm(tname, 1, &errret) == OK)) { in gettermname()
/openbsd-src/gnu/gcc/gcc/
H A Dsys-protos.h1004 extern int setupterm(char *, int, int *);
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h1004 extern int setupterm(char *, int, int *);