Home
last modified time | relevance | path

Searched refs:HasTInfoTerminal (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_ti.c61 if (HasTInfoTerminal(SP_PARM)) { in NCURSES_EXPORT()
107 if (HasTInfoTerminal(SP_PARM)) { in NCURSES_SP_NAME()
154 if (HasTInfoTerminal(SP_PARM)) { in NCURSES_SP_NAME()
H A Dlib_has_cap.c59 if (HasTInfoTerminal(SP_PARM)) { in NCURSES_EXPORT()
81 if (HasTInfoTerminal(SP_PARM)) { in NCURSES_SP_NAME()
H A Dlib_tputs.c95 if (!HasTInfoTerminal(SP_PARM)) in NCURSES_SP_NAME()
182 if (HasTInfoTerminal(SP_PARM) in NCURSES_SP_NAME()
317 if (SP_PARM != NULL && HasTInfoTerminal(SP_PARM)) { in NCURSES_SP_NAME()
H A Dlib_termcap.c259 if (HasTInfoTerminal(SP_PARM) && ValidCap(id)) { in NCURSES_SP_NAME()
313 if (HasTInfoTerminal(SP_PARM) && ValidCap(id)) { in NCURSES_SP_NAME()
365 if (HasTInfoTerminal(SP_PARM) && ValidCap(id)) { in NCURSES_SP_NAME()
H A Dlib_print.c56 if (!HasTInfoTerminal(SP_PARM) in NCURSES_EXPORT()
/freebsd/contrib/ncurses/ncurses/base/
H A Ddefine_key.c45 if (SP_PARM == NULL || !HasTInfoTerminal(SP_PARM)) { in NCURSES_EXPORT()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h2619 # define HasTInfoTerminal(sp) ((NULL != TerminalOf(sp)) && IsTermInfo(sp)) macro
2629 # define HasTInfoTerminal(sp) (NULL != TerminalOf(sp)) macro
2637 #define IsValidTIScreen(sp) (HasTInfoTerminal(sp))