Searched refs:_nc_infotocap (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-ltic | 75 #undef _nc_infotocap 76 char *_nc_infotocap(
|
H A D | llib-ltict | 75 #undef _nc_infotocap 76 char *_nc_infotocap(
|
H A D | llib-ltictw | 75 #undef _nc_infotocap 76 char *_nc_infotocap(
|
H A D | llib-lticw | 75 #undef _nc_infotocap 76 char *_nc_infotocap(
|
H A D | llib-lncursest | 4429 #undef _nc_infotocap 4430 char *_nc_infotocap(
|
H A D | llib-lncurses | 4308 #undef _nc_infotocap 4309 char *_nc_infotocap(
|
H A D | llib-lncursestw | 5430 #undef _nc_infotocap 5431 char *_nc_infotocap(
|
H A D | llib-lncursesw | 5309 #undef _nc_infotocap 5310 char *_nc_infotocap(
|
/freebsd/contrib/ncurses/include/ |
H A D | tic.h | 321 extern NCURSES_EXPORT(char *) _nc_infotocap (const char *, const char *, int const);
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | captoinfo.c | 619 _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 D | ncurses.def | 64 "_nc_infotocap" @830 NONAME
|
H A D | ncurses.ref | 514 "_nc_infotocap" @830 NONAME
|
/freebsd/contrib/ncurses/progs/ |
H A D | dump_entry.c | 1121 char *cv = _nc_infotocap(name, srccap, params); in fmt_entry()
|
H A D | tic.c | 2461 if ((tc_value = _nc_infotocap(name, ti_value, params)) == ABSENT_STRING) { in check_infotocap()
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 3026 + 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 …]
|