Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltic75 #undef _nc_infotocap
76 char *_nc_infotocap(
H A Dllib-ltict75 #undef _nc_infotocap
76 char *_nc_infotocap(
H A Dllib-ltictw75 #undef _nc_infotocap
76 char *_nc_infotocap(
H A Dllib-lticw75 #undef _nc_infotocap
76 char *_nc_infotocap(
H A Dllib-lncursest4429 #undef _nc_infotocap
4430 char *_nc_infotocap(
H A Dllib-lncurses4308 #undef _nc_infotocap
4309 char *_nc_infotocap(
H A Dllib-lncursestw5430 #undef _nc_infotocap
5431 char *_nc_infotocap(
H A Dllib-lncursesw5309 #undef _nc_infotocap
5310 char *_nc_infotocap(
/freebsd/contrib/ncurses/include/
H A Dtic.h321 extern NCURSES_EXPORT(char *) _nc_infotocap (const char *, const char *, int const);
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcaptoinfo.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/contrib/ncurses/misc/
H A Dncurses.def64 "_nc_infotocap" @830 NONAME
H A Dncurses.ref514 "_nc_infotocap" @830 NONAME
/freebsd/contrib/ncurses/progs/
H A Ddump_entry.c1121 char *cv = _nc_infotocap(name, srccap, params); in fmt_entry()
H A Dtic.c2461 if ((tc_value = _nc_infotocap(name, ti_value, params)) == ABSENT_STRING) { in check_infotocap()
/freebsd/contrib/ncurses/
H A DNEWS3026 + 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 …]