Searched refs:_tracechtype2 (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_box.c | 76 _tracechtype2(1, ls), in wborder() 77 _tracechtype2(2, rs), in wborder() 78 _tracechtype2(3, ts), in wborder() 79 _tracechtype2(4, bs), in wborder() 80 _tracechtype2(5, tl), in wborder() 81 _tracechtype2(6, tr), in wborder() 82 _tracechtype2(7, bl), in wborder() 83 _tracechtype2(8, br))); in wborder() 98 _tracechtype2(1, wls), in wborder() 99 _tracechtype2(2, wrs), in wborder() [all …]
|
| /freebsd/contrib/ncurses/ncurses/trace/ |
| H A D | lib_traceatr.c | 283 _tracechtype2(int bufnum, chtype ch) in _tracechtype2() function 314 return _tracechtype2(0, ch); in _tracechtype()
|
| /freebsd/contrib/ncurses/include/ |
| H A D | curses.tail | 179 extern NCURSES_EXPORT(char *) _tracechtype2 (int, chtype); 187 #define _tracech_t2 _tracechtype2
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | llib-ltinfow | 1234 #undef _tracechtype2 1235 char *_tracechtype2(
|
| H A D | llib-ltinfo | 1212 #undef _tracechtype2 1213 char *_tracechtype2(
|
| H A D | llib-ltinfot | 1313 #undef _tracechtype2 1314 char *_tracechtype2(
|
| H A D | llib-ltinfotw | 1335 #undef _tracechtype2 1336 char *_tracechtype2(
|
| H A D | llib-lncursest | 4051 #undef _tracechtype2 4052 char *_tracechtype2(
|
| H A D | llib-lncurses | 3941 #undef _tracechtype2 3942 char *_tracechtype2(
|
| H A D | llib-lncursestw | 5012 #undef _tracechtype2 5013 char *_tracechtype2(
|
| H A D | llib-lncursesw | 4902 #undef _tracechtype2 4903 char *_tracechtype2(
|
| /freebsd/lib/ncurses/tinfo/ |
| H A D | Makefile | 922 curs_trace.3 _tracechtype2.3 \
|
| /freebsd/contrib/ncurses/ |
| H A D | NEWS | 14770 + correct logic of _tracechtype2(), which did not account for repeats 14797 + add new trace functions _traceattr2() and _tracechtype2()
|