Home
last modified time | relevance | path

Searched refs:TR_FUNC_LEN (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_trace.c352 _nc_SPRINTF(dst, _nc_SLIMIT(TR_FUNC_LEN - (size_t) (dst - target)) in _nc_fmt_funcptr()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1835 #define TR_FUNC_LEN ((sizeof(void *) + sizeof(void (*)(void))) * 2 + 4) macro
1836 #define TR_FUNC_BFR(max) char tr_func_data[max][TR_FUNC_LEN]