Home
last modified time | relevance | path

Searched refs:use_terminfo_vars (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/ncurses/ncurses/tinfo/
HDdb_iterator.c58 } else if (!HaveTicDirectory && use_terminfo_vars()) { in NCURSES_EXPORT()
159 if (use_terminfo_vars()) { in _nc_next_db()
165 if (use_terminfo_vars()) { in _nc_next_db()
170 if (use_terminfo_vars()) { in _nc_next_db()
189 if (use_terminfo_vars()) { in _nc_next_db()
195 if (use_terminfo_vars()) { in _nc_next_db()
HDread_termcap.c76 if (!use_terminfo_vars() || (result = getenv("TERMPATH")) == 0) in get_termpath()
788 cp = use_terminfo_vars()? getenv("TERMCAP") : NULL; in _nc_tgetent()
965 if (use_terminfo_vars() && (p = getenv("TERMCAP")) != 0 in _nc_read_termcap_entry()
1020 if (use_terminfo_vars() && (tc = getenv("TERMCAP")) != 0) { in _nc_read_termcap_entry()
1045 if (use_terminfo_vars() && (h = getenv("HOME")) != NULL && *h != '\0' in _nc_read_termcap_entry()
HDhome_terminfo.c53 if (use_terminfo_vars()) { in NCURSES_EXPORT()
HDwrite_entry.c195 && use_terminfo_vars()) in _nc_set_writedir()
/trueos/contrib/ncurses/ncurses/
HDcurses.priv.h163 #define use_terminfo_vars() 1 macro
165 #define use_terminfo_vars() _nc_env_access() macro
/trueos/contrib/ncurses/
HDNEWS4168 + add a use_terminfo_vars() check for $HOME/.termcap, and check for
4169 geteuid() to use_terminfo_vars() (patch by Solar Designer
4258 + add a few missing use_terminfo_vars() and fixes up _nc_tgetent().
4260 simplest thing is to set cp to NULL if !use_terminfo_vars().