Home
last modified time | relevance | path

Searched refs:_nc_infotocap (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/lib/libcurses/
Dtic.h323 extern NCURSES_EXPORT(char *) _nc_infotocap (const char *, const char *, int const);
/openbsd/src/lib/libcurses/tinfo/
Dcaptoinfo.c621 _nc_infotocap(const char *cap GCC_UNUSED, const char *str, int const parameterized) in _nc_infotocap() function
1040 char *cp = _nc_infotocap("to termcap", buf, 1); in main()
/openbsd/src/usr.bin/tic/
Ddump_entry.c1123 char *cv = _nc_infotocap(name, srccap, params); in fmt_entry()
Dtic.c2464 if ((tc_value = _nc_infotocap(name, ti_value, params)) == ABSENT_STRING) { in check_infotocap()