Home
last modified time | relevance | path

Searched refs:termpath (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/distrib/special/more/
Dtermcap.c72 char *termpath; in tgetent() local
92 if ((termpath = getenv("TERMPATH")) != NULL) in tgetent()
93 strlcpy(pathbuf, termpath, sizeof(pathbuf)); in tgetent()
/openbsd/src/lib/libcurses/tinfo/
Dread_termcap.c797 const char *termpath; in _nc_tgetent() local
818 if ((termpath = get_termpath()) != 0) { in _nc_tgetent()
819 _nc_safe_strcat(&desc, termpath); in _nc_tgetent()