Searched refs:_tracechtype2 (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/ncurses/ncurses/base/ |
| H A D | lib_box.c | 75 _tracechtype2(1, ls), in wborder() 76 _tracechtype2(2, rs), in wborder() 77 _tracechtype2(3, ts), in wborder() 78 _tracechtype2(4, bs), in wborder() 79 _tracechtype2(5, tl), in wborder() 80 _tracechtype2(6, tr), in wborder() 81 _tracechtype2(7, bl), in wborder() 97 _tracechtype2(1, wls), in wborder() 98 _tracechtype2(2, wrs), in wborder() 99 _tracechtype2(3, wts), in wborder() [all …]
|
| /freebsd-12.1/contrib/ncurses/ncurses/trace/ |
| H A D | lib_traceatr.c | 282 _tracechtype2(int bufnum, chtype ch) in _tracechtype2() function 310 return _tracechtype2(0, ch); in _tracechtype()
|
| /freebsd-12.1/contrib/ncurses/include/ |
| H A D | curses.tail | 135 extern NCURSES_EXPORT(char *) _tracechtype2 (int, chtype); 143 #define _tracech_t2 _tracechtype2
|
| /freebsd-12.1/contrib/ncurses/ncurses/ |
| H A D | llib-ltinfow | 1116 #undef _tracechtype2 1117 char *_tracechtype2(
|
| H A D | llib-ltinfo | 1116 #undef _tracechtype2 1117 char *_tracechtype2(
|
| H A D | llib-ltinfot | 1212 #undef _tracechtype2 1213 char *_tracechtype2(
|
| H A D | llib-ltinfotw | 1212 #undef _tracechtype2 1213 char *_tracechtype2(
|
| H A D | llib-lncurses | 3761 #undef _tracechtype2 3762 char *_tracechtype2(
|
| H A D | llib-lncursest | 3908 #undef _tracechtype2 3909 char *_tracechtype2(
|
| H A D | llib-lncursesw | 4586 #undef _tracechtype2 4587 char *_tracechtype2(
|
| H A D | llib-lncursestw | 4693 #undef _tracechtype2 4694 char *_tracechtype2(
|
| /freebsd-12.1/lib/ncurses/ncurses/ |
| H A D | Makefile | 1007 curs_trace.3 _tracechtype2.3 \
|
| /freebsd-12.1/contrib/ncurses/ |
| H A D | NEWS | 9820 + correct logic of _tracechtype2(), which did not account for repeats 9847 + add new trace functions _traceattr2() and _tracechtype2()
|