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 NCURSES_SP_NAME()154 if (HasTInfoTerminal(SP_PARM)) { in NCURSES_SP_NAME()
59 if (HasTInfoTerminal(SP_PARM)) { in NCURSES_EXPORT()81 if (HasTInfoTerminal(SP_PARM)) { in NCURSES_SP_NAME()
95 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()
259 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()
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))