Searched refs:_nc_infotocap (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/lib/libcurses/ |
| D | tic.h | 323 extern NCURSES_EXPORT(char *) _nc_infotocap (const char *, const char *, int const);
|
| /openbsd/src/lib/libcurses/tinfo/ |
| D | captoinfo.c | 621 _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/ |
| D | dump_entry.c | 1123 char *cv = _nc_infotocap(name, srccap, params); in fmt_entry()
|
| D | tic.c | 2464 if ((tc_value = _nc_infotocap(name, ti_value, params)) == ABSENT_STRING) { in check_infotocap()
|