Searched refs:tigetnum (Results 1 – 11 of 11) sorted by relevance
101 NCURSES_SP_NAME(tigetnum) (NCURSES_SP_DCLx const char *str) in NCURSES_SP_NAME() argument141 tigetnum(const char *str) in tigetnum() function143 return NCURSES_SP_NAME(tigetnum) (CURRENT_SCREEN, str); in tigetnum()
615 } else if ((value = tigetnum("U8")) >= 0) { in _nc_locale_breaks_acs()
372 if ((rval = tigetnum("lines")) < 0) in cl_ssize()378 if ((rval = tigetnum("cols")) < 0) in cl_ssize()
110 self.COLS = curses.tigetnum('cols')111 self.LINES = curses.tigetnum('lines')
328 extern "C" int tigetnum(char *capname);376 // The 'tigetnum' routine returns -2 or -1 on errors, and might return 0 if378 int colors_ti = tigetnum(const_cast<char *>("colors"));
209 } else if ((status = tigetnum(name)) != CANCELLED_NUMERIC) { in tput_cmd()
829 extern NCURSES_EXPORT(int) tigetnum (const char *);861 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tigetnum) (SCREEN*, const char *);
890 extern NCURSES_EXPORT(int) tigetnum (const char *); /* implemented */
712 n = tigetnum((char *)ent->name); in tty_term_read_list()
274 } else if ((n = tigetnum(name)) > 0) { in init_direct_colors()
422 int code = tigetnum("XM"); in init_xterm_mouse()