Home
last modified time | relevance | path

Searched refs:tigetnum (Results 1 – 11 of 11) sorted by relevance

/openbsd/lib/libcurses/tinfo/
H A Dlib_ti.c101 NCURSES_SP_NAME(tigetnum) (NCURSES_SP_DCLx const char *str) in NCURSES_SP_NAME() argument
141 tigetnum(const char *str) in tigetnum() function
143 return NCURSES_SP_NAME(tigetnum) (CURRENT_SCREEN, str); in tigetnum()
H A Dlib_setup.c615 } else if ((value = tigetnum("U8")) >= 0) { in _nc_locale_breaks_acs()
/openbsd/usr.bin/vi/cl/
H A Dcl_term.c372 if ((rval = tigetnum("lines")) < 0) in cl_ssize()
378 if ((rval = tigetnum("cols")) < 0) in cl_ssize()
/openbsd/gnu/llvm/llvm/utils/lit/lit/
H A DProgressBar.py110 self.COLS = curses.tigetnum('cols')
111 self.LINES = curses.tigetnum('lines')
/openbsd/gnu/llvm/llvm/lib/Support/Unix/
H A DProcess.inc328 extern "C" int tigetnum(char *capname);
376 // The 'tigetnum' routine returns -2 or -1 on errors, and might return 0 if
378 int colors_ti = tigetnum(const_cast<char *>("colors"));
/openbsd/usr.bin/tput/
H A Dtput.c209 } else if ((status = tigetnum(name)) != CANCELLED_NUMERIC) { in tput_cmd()
/openbsd/lib/libcurses/
H A Dterm.h829 extern NCURSES_EXPORT(int) tigetnum (const char *);
861 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tigetnum) (SCREEN*, const char *);
H A Dcurses.h890 extern NCURSES_EXPORT(int) tigetnum (const char *); /* implemented */
/openbsd/usr.bin/tmux/
H A Dtty-term.c712 n = tigetnum((char *)ent->name); in tty_term_read_list()
/openbsd/lib/libcurses/base/
H A Dlib_color.c274 } else if ((n = tigetnum(name)) > 0) { in init_direct_colors()
H A Dlib_mouse.c422 int code = tigetnum("XM"); in init_xterm_mouse()