Searched refs:HasTInfoTerminal (Results 1 – 7 of 7) sorted by relevance
61 if (HasTInfoTerminal(SP_PARM)) { in NCURSES_EXPORT()107 if (HasTInfoTerminal(SP_PARM)) { in tigetnum()154 if (HasTInfoTerminal(SP_PARM)) { in tigetstr()
59 if (HasTInfoTerminal(SP_PARM)) { in NCURSES_EXPORT()81 if (HasTInfoTerminal(SP_PARM)) { in has_il()
259 if (HasTInfoTerminal(SP_PARM) && ValidCap(id)) { in tgetflag()313 if (HasTInfoTerminal(SP_PARM) && ValidCap(id)) { in tgetnum()365 if (HasTInfoTerminal(SP_PARM) && ValidCap(id)) { in tgetstr()
95 if (!HasTInfoTerminal(SP_PARM)) in delay_output()182 if (HasTInfoTerminal(SP_PARM) in _nc_outch()317 if (SP_PARM != NULL && HasTInfoTerminal(SP_PARM)) { in tputs()
56 if (!HasTInfoTerminal(SP_PARM) in NCURSES_EXPORT()
45 if (SP_PARM == NULL || !HasTInfoTerminal(SP_PARM)) { in NCURSES_EXPORT()
2619 # define HasTInfoTerminal(sp) ((NULL != TerminalOf(sp)) && IsTermInfo(sp)) macro2629 # define HasTInfoTerminal(sp) (NULL != TerminalOf(sp)) macro2637 #define IsValidTIScreen(sp) (HasTInfoTerminal(sp))