Searched refs:_tracechtype (Results 1 – 17 of 17) sorted by relevance
| /freebsd-12.1/contrib/ncurses/ncurses/base/ |
| H A D | lib_hline.c | 52 T((T_CALLED("whline(%p,%s,%d)"), (void *) win, _tracechtype(ch), n)); in NCURSES_EXPORT()
|
| H A D | lib_vline.c | 52 T((T_CALLED("wvline(%p,%s,%d)"), (void *) win, _tracechtype(ch), n)); in NCURSES_EXPORT()
|
| H A D | lib_insch.c | 152 T((T_CALLED("winsch(%p, %s)"), (void *) win, _tracechtype(c))); in winsch()
|
| H A D | lib_addch.c | 541 _tracechtype(ch))); in waddch() 561 _tracechtype(ch))); in wechochar()
|
| H A D | lib_pad.c | 325 T((T_CALLED("pechochar(%p, %s)"), (void *) pad, _tracechtype(ch))); in pechochar()
|
| /freebsd-12.1/contrib/ncurses/ncurses/trace/ |
| H A D | lib_traceatr.c | 308 _tracechtype(chtype ch) in _tracechtype() function 317 T((T_RETURN("%s"), _tracechtype(code))); in _nc_retrace_chtype()
|
| /freebsd-12.1/contrib/ncurses/include/ |
| H A D | curses.tail | 134 extern NCURSES_EXPORT(char *) _tracechtype (chtype); 142 #define _tracech_t _tracechtype
|
| /freebsd-12.1/contrib/ncurses/ncurses/ |
| H A D | llib-ltinfow | 1122 #undef _tracechtype 1123 char *_tracechtype(
|
| H A D | llib-ltinfo | 1122 #undef _tracechtype 1123 char *_tracechtype(
|
| H A D | llib-ltinfot | 1218 #undef _tracechtype 1219 char *_tracechtype(
|
| H A D | llib-ltinfotw | 1218 #undef _tracechtype 1219 char *_tracechtype(
|
| H A D | llib-lncurses | 3767 #undef _tracechtype 3768 char *_tracechtype(
|
| H A D | llib-lncursest | 3914 #undef _tracechtype 3915 char *_tracechtype(
|
| H A D | llib-lncursesw | 4592 #undef _tracechtype 4593 char *_tracechtype(
|
| H A D | llib-lncursestw | 4699 #undef _tracechtype 4700 char *_tracechtype(
|
| /freebsd-12.1/lib/ncurses/ncurses/ |
| H A D | Makefile | 1006 curs_trace.3 _tracechtype.3 \
|
| /freebsd-12.1/contrib/ncurses/form/ |
| H A D | frm_driver.c | 4003 T((T_CALLED("Data_Entry(%p,%s)"), (void *)form, _tracechtype((chtype)c))); in Data_Entry_w() 4090 T((T_CALLED("Data_Entry(%p,%s)"), (void *)form, _tracechtype((chtype)c))); in Data_Entry()
|