Searched refs:tigetflag (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/lib/libcurses/tinfo/
H A Dlib_ti.c56 NCURSES_SP_NAME(tigetflag) (NCURSES_SP_DCLx const char *str) function
60 T((T_CALLED("tigetflag(%p, %s)"), (void *) SP_PARM, str));
94 tigetflag(const char *str) function
96 return NCURSES_SP_NAME(tigetflag) (CURRENT_SCREEN, str);
H A Dtinfo_driver.c329 sp->_has_sgr_39_49 = (NCURSES_SP_NAME(tigetflag) (NCURSES_SP_ARGx
/openbsd-current/lib/libcurses/base/
H A Dlib_dft_fgbg.c81 SP_PARM->_has_sgr_39_49 = (tigetflag("AX") == TRUE);
H A Dlib_color.c269 if (tigetflag(name) > 0) {
/openbsd-current/gnu/llvm/llvm/utils/lit/lit/
H A DProgressBar.py112 self.XN = curses.tigetflag('xenl')
/openbsd-current/usr.bin/tput/
H A Dtput.c207 } else if ((status = tigetflag(name)) != -1) {
/openbsd-current/lib/libcurses/
H A Dterm.h828 extern NCURSES_EXPORT(int) tigetflag (const char *);
860 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tigetflag) (SCREEN*, const char *);
H A Dcurses.h889 extern NCURSES_EXPORT(int) tigetflag (const char *); /* implemented */
/openbsd-current/usr.bin/tic/
H A Dtic.c1727 int have_XT = tigetflag("XT");
1728 int have_XM = tigetflag("XM");
3163 if (tigetflag("NQ") > 0) {
/openbsd-current/usr.bin/tmux/
H A Dtty-term.c713 n = tigetflag((char *)ent->name);

Completed in 118 milliseconds