Searched refs:_tracechtype (Results 1 – 20 of 20) sorted by relevance
| /freebsd/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 | 571 _tracechtype(ch))); in waddch() 591 _tracechtype(ch))); in wechochar()
|
| H A D | lib_bkgd.c | 108 T((T_CALLED("wbkgdset(%p,%s)"), (void *) win, _tracechtype(ch))); in wbkgdset()
|
| H A D | lib_pad.c | 332 T((T_CALLED("pechochar(%p, %s)"), (void *) pad, _tracechtype(ch))); in pechochar()
|
| /freebsd/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/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 | 1132 _tracechtype(real_map[UChar(acs_chars[i])]))); in drv_initacs()
|
| /freebsd/contrib/ncurses/include/ |
| H A D | curses.tail | 178 extern NCURSES_EXPORT(char *) _tracechtype (chtype); 186 #define _tracech_t _tracechtype
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | llib-ltinfow | 1240 #undef _tracechtype 1241 char *_tracechtype(
|
| H A D | llib-ltinfo | 1218 #undef _tracechtype 1219 char *_tracechtype(
|
| H A D | llib-ltinfot | 1319 #undef _tracechtype 1320 char *_tracechtype(
|
| H A D | llib-ltinfotw | 1341 #undef _tracechtype 1342 char *_tracechtype(
|
| H A D | llib-lncursest | 4057 #undef _tracechtype 4058 char *_tracechtype(
|
| H A D | llib-lncurses | 3947 #undef _tracechtype 3948 char *_tracechtype(
|
| H A D | llib-lncursestw | 5018 #undef _tracechtype 5019 char *_tracechtype(
|
| H A D | llib-lncursesw | 4908 #undef _tracechtype 4909 char *_tracechtype(
|
| /freebsd/lib/ncurses/tinfo/ |
| H A D | Makefile | 921 curs_trace.3 _tracechtype.3 \
|
| /freebsd/contrib/ncurses/form/ |
| H A D | frm_driver.c | 4077 T((T_CALLED("Data_Entry(%p,%s)"), (void *)form, _tracechtype((chtype)c))); in Data_Entry_w() 4164 T((T_CALLED("Data_Entry(%p,%s)"), (void *)form, _tracechtype((chtype)c))); in Data_Entry()
|