Searched refs:use_terminfo_vars (Results 1 – 6 of 6) sorted by relevance
58 } 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()
76 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()
53 if (use_terminfo_vars()) { in NCURSES_EXPORT()
195 && use_terminfo_vars()) in _nc_set_writedir()
163 #define use_terminfo_vars() 1 macro165 #define use_terminfo_vars() _nc_env_access() macro
4168 + add a use_terminfo_vars() check for $HOME/.termcap, and check for4169 geteuid() to use_terminfo_vars() (patch by Solar Designer4258 + 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().