Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libcurses/director/
H A Ddirector.c122 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 Dncurses-config.in288 --termpath)
318 --termpath echos the \$TERMPATH termcap list
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c795 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 Dconfigure.in819 CF_WITH_PATHLIST(termpath,
820 [ --with-termpath=XXX specify list of termcap files],
H A DINSTALL1294 --with-termpath=XXX
H A Dconfigure782 …--with-termpath=XXX specify list of termcap files (default: /etc/termcap:/usr/share/misc/termc…
H A DNEWS10439 + add configure --with-termpath option, to override default TERMPATH