Searched refs:_tracechtype (Results 1 – 19 of 19) sorted by relevance
| /freebsd-13.1/contrib/ncurses/ncurses/base/ |
| H A D | lib_hline.c | 53 T((T_CALLED("whline(%p,%s,%d)"), (void *) win, _tracechtype(ch), n)); in NCURSES_EXPORT()
|
| H A D | lib_vline.c | 53 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 | 548 _tracechtype(ch))); in waddch() 568 _tracechtype(ch))); in wechochar()
|
| H A D | lib_pad.c | 332 T((T_CALLED("pechochar(%p, %s)"), (void *) pad, _tracechtype(ch))); in pechochar()
|
| /freebsd-13.1/contrib/ncurses/ncurses/trace/ |
| H A D | lib_traceatr.c | 312 _tracechtype(chtype ch) in _tracechtype() function 321 T((T_RETURN("%s"), _tracechtype(code))); in _nc_retrace_chtype()
|
| /freebsd-13.1/contrib/ncurses/include/ |
| H A D | curses.tail | 134 extern NCURSES_EXPORT(char *) _tracechtype (chtype); 142 #define _tracech_t _tracechtype
|
| /freebsd-13.1/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_acs.c | 212 _tracechtype(real_map[UChar(acs_chars[i])]))); in NCURSES_SP_NAME()
|
| H A D | tinfo_driver.c | 1097 _tracechtype(real_map[UChar(acs_chars[i])]))); in drv_initacs()
|
| /freebsd-13.1/contrib/ncurses/ncurses/ |
| H A D | llib-ltinfo | 1115 #undef _tracechtype 1116 char *_tracechtype(
|
| H A D | llib-ltinfot | 1216 #undef _tracechtype 1217 char *_tracechtype(
|
| H A D | llib-ltinfow | 1137 #undef _tracechtype 1138 char *_tracechtype(
|
| H A D | llib-ltinfotw | 1238 #undef _tracechtype 1239 char *_tracechtype(
|
| H A D | llib-lncurses | 3854 #undef _tracechtype 3855 char *_tracechtype(
|
| H A D | llib-lncursest | 3964 #undef _tracechtype 3965 char *_tracechtype(
|
| H A D | llib-lncursestw | 4913 #undef _tracechtype 4914 char *_tracechtype(
|
| H A D | llib-lncursesw | 4803 #undef _tracechtype 4804 char *_tracechtype(
|
| /freebsd-13.1/lib/ncurses/ncurses/ |
| H A D | Makefile | 1028 curs_trace.3 _tracechtype.3 \
|
| /freebsd-13.1/contrib/ncurses/form/ |
| H A D | frm_driver.c | 4069 T((T_CALLED("Data_Entry(%p,%s)"), (void *)form, _tracechtype((chtype)c))); in Data_Entry_w() 4156 T((T_CALLED("Data_Entry(%p,%s)"), (void *)form, _tracechtype((chtype)c))); in Data_Entry()
|