Home
last modified time | relevance | path

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

/freebsd-head/contrib/ncurses/ncurses/
HDllib-ltic75 #undef _nc_infotocap
76 char *_nc_infotocap(
HDllib-ltict75 #undef _nc_infotocap
76 char *_nc_infotocap(
HDllib-lticw75 #undef _nc_infotocap
76 char *_nc_infotocap(
HDllib-ltictw75 #undef _nc_infotocap
76 char *_nc_infotocap(
HDllib-lncursest4429 #undef _nc_infotocap
4430 char *_nc_infotocap(
HDllib-lncurses4308 #undef _nc_infotocap
4309 char *_nc_infotocap(
HDllib-lncursesw5309 #undef _nc_infotocap
5310 char *_nc_infotocap(
HDllib-lncursestw5430 #undef _nc_infotocap
5431 char *_nc_infotocap(
/freebsd-head/contrib/ncurses/include/
HDtic.h321 extern NCURSES_EXPORT(char *) _nc_infotocap (const char *, const char *, int const);
/freebsd-head/contrib/ncurses/ncurses/tinfo/
HDcaptoinfo.c619 _nc_infotocap(const char *cap GCC_UNUSED, const char *str, int const parameterized) in _nc_infotocap() function
1038 char *cp = _nc_infotocap("to termcap", buf, 1); in main()
/freebsd-head/contrib/ncurses/misc/
HDncurses.def64 "_nc_infotocap" @830 NONAME
HDncurses.ref514 "_nc_infotocap" @830 NONAME
/freebsd-head/contrib/ncurses/progs/
HDdump_entry.c1121 char *cv = _nc_infotocap(name, srccap, params); in fmt_entry()
HDtic.c2461 if ((tc_value = _nc_infotocap(name, ti_value, params)) == ABSENT_STRING) { in check_infotocap()
/freebsd-head/contrib/ncurses/
HDNEWS3026 + modify sscanf calls in _nc_infotocap() for patterns "%{number}%+%c"
3029 + in _nc_infotocap(), add a check to ensure that terminfo "^?" is not
3031 + in _nc_tic_expand() and _nc_infotocap(), improve string-length check
5638 + modify _nc_infotocap() to include non-mandatory padding when
5953 + add special case to _nc_infotocap() to recognize the setaf/setab
6216 + correct translation of "^" in _nc_infotocap(), used to transform
9210 + fix potential out-of-bounds indexing in _nc_infotocap() (found by
11567 + remove a spurious pointer increment in _nc_infotocap() changes from
11613 + add a check in _nc_infotocap() to ensure that cm-style capabilities
11786 buffer (originally for _nc_infotocap() in 960301 -TD).
[all …]