Searched refs:termpath (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libcurses/director/ |
H A D | director.c | 122 const char *termpath, *term, *slave; in main() local 130 termpath = term = slave = NULL; in main() 142 termpath = optarg; in main() 145 termpath = optarg; in main() 168 if (termpath == NULL) in main() 169 termpath = DEF_TERMPATH; in main() 197 if (stat(termpath, &st) == -1) in main() 198 err(1, "Cannot stat %s", termpath); in main() 202 int l = snprintf(tinfo, sizeof(tinfo), "%s/%s", termpath, in main() 213 if ((fd = open(termpath, O_RDONLY)) == -1) in main() [all …]
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncurses-config.in | 288 --termpath) 318 --termpath echos the \$TERMPATH termcap list
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | read_termcap.c | 795 const char *termpath; in _nc_tgetent() local 816 if ((termpath = get_termpath()) != 0) { in _nc_tgetent() 817 _nc_safe_strcat(&desc, termpath); in _nc_tgetent()
|
/freebsd/contrib/ncurses/ |
H A D | configure.in | 819 CF_WITH_PATHLIST(termpath, 820 [ --with-termpath=XXX specify list of termcap files],
|
H A D | INSTALL | 1294 --with-termpath=XXX
|
H A D | configure | 782 …--with-termpath=XXX specify list of termcap files (default: /etc/termcap:/usr/share/misc/termc…
|
H A D | NEWS | 10439 + add configure --with-termpath option, to override default TERMPATH
|