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.c60 if (HasTInfoTerminal(SP_PARM)) { in NCURSES_EXPORT()
105 if (HasTInfoTerminal(SP_PARM)) { in NCURSES_SP_NAME()
152 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_termcap.c259 if (HasTInfoTerminal(SP_PARM) && ValidCap(id)) { in NCURSES_SP_NAME()
311 if (HasTInfoTerminal(SP_PARM) && ValidCap(id)) { in NCURSES_SP_NAME()
363 if (HasTInfoTerminal(SP_PARM) && ValidCap(id)) { in NCURSES_SP_NAME()
H A Dlib_tputs.c92 if (!HasTInfoTerminal(SP_PARM)) in NCURSES_SP_NAME()
176 if (HasTInfoTerminal(SP_PARM) in NCURSES_SP_NAME()
308 if (SP_PARM != 0 && !HasTInfoTerminal(SP_PARM)) in NCURSES_SP_NAME()
H A Dlib_print.c55 if (!HasTInfoTerminal(SP_PARM) in NCURSES_EXPORT()
/freebsd/contrib/ncurses/ncurses/base/
H A Ddefine_key.c45 if (SP_PARM == 0 || !HasTInfoTerminal(SP_PARM)) { in NCURSES_EXPORT()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h2674 # define HasTInfoTerminal(sp) ((0 != TerminalOf(sp)) && IsTermInfo(sp)) macro
2684 # define HasTInfoTerminal(sp) (0 != TerminalOf(sp)) macro
2692 #define IsValidTIScreen(sp) (HasTInfoTerminal(sp))