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

/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dlib_ti.c63 tigetnum(NCURSES_CONST char *str) function
67 T((T_CALLED("tigetnum(%s)"), str));
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dterminfo.c78 if (((num = tigetnum(s)) != -1) && (num != -2)) {
154 if (((num = tigetnum(nameu)) != -1) && (num != -2)) {
270 if (((num = tigetnum(*capname)) != -1) && (num != -2)) {
/macosx-10.10.1/llvmCore-3425.0.34/utils/lit/lit/
H A DProgressBar.py106 self.COLS = curses.tigetnum('cols')
107 self.LINES = curses.tigetnum('lines')
/macosx-10.10.1/ncurses-44/ncurses/progs/
H A Dtput.c293 } else if ((status = tigetnum(name)) != CANCELLED_NUMERIC) {
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dtest.priv.h423 #define TIGETNUM(ti,tc) tigetnum(ti)
/macosx-10.10.1/ncurses-44/ncurses/ncurses/
H A Dllib-lncurses2742 #undef tigetnum
2743 int tigetnum(
H A Dllib-lncursest2797 #undef tigetnum
2798 int tigetnum(
H A Dllib-lncursesw3488 #undef tigetnum
3489 int tigetnum(
/macosx-10.10.1/ncurses-44/ncurses/include/
H A Dcurses.h.in797 extern NCURSES_EXPORT(int) tigetnum (NCURSES_CONST char *); /* implemented */
H A Dcurses.head797 extern NCURSES_EXPORT(int) tigetnum (NCURSES_CONST char *); /* implemented */
/macosx-10.10.1/zsh-61/zsh/
H A Dconfigure8254 tgetent tigetflag tigetnum tigetstr setupterm initscr \

Completed in 133 milliseconds