Searched refs:_nc_trace_bufcat (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/ncurses/ncurses/trace/ |
| H A D | lib_traceatr.c | 141 (void) _nc_trace_bufcat(bufnum, "|"); in _traceattr2() 142 result = _nc_trace_bufcat(bufnum, names[n].name); in _traceattr2() 165 result = _nc_trace_bufcat(bufnum, temp); in _traceattr2() 171 (void) _nc_trace_bufcat(bufnum, "|"); in _traceattr2() 172 (void) _nc_trace_bufcat(bufnum, "A_NORMAL"); in _traceattr2() 176 result = _nc_trace_bufcat(bufnum, r_brace); in _traceattr2() 293 (void) _nc_trace_bufcat(bufnum, found); in _tracechtype2() 296 (void) _nc_trace_bufcat(bufnum, in _tracechtype2() 301 (void) _nc_trace_bufcat(bufnum, " | "); in _tracechtype2() 302 (void) _nc_trace_bufcat(bufnum, in _tracechtype2() [all …]
|
| H A D | visbuf.c | 315 (void) _nc_trace_bufcat(bufnum, l_brace); in _nc_viscbuf2() 316 (void) _nc_trace_bufcat(bufnum, d_quote); in _nc_viscbuf2() 321 (void) _nc_trace_bufcat(bufnum, found); in _nc_viscbuf2() 335 (void) _nc_trace_bufcat(bufnum, "\\000"); in _nc_viscbuf2() 346 (void) _nc_trace_bufcat(bufnum, temp); in _nc_viscbuf2() 351 (void) _nc_trace_bufcat(bufnum, temp); in _nc_viscbuf2() 359 (void) _nc_trace_bufcat(bufnum, temp); in _nc_viscbuf2() 363 (void) _nc_trace_bufcat(bufnum, d_quote); in _nc_viscbuf2() 365 (void) _nc_trace_bufcat(bufnum, " | "); in _nc_viscbuf2() 366 (void) _nc_trace_bufcat(bufnum, _traceattr2(bufnum + 20, attr)); in _nc_viscbuf2() [all …]
|
| H A D | trace_buf.c | 105 _nc_trace_bufcat(int bufnum, const char *value) in _nc_trace_bufcat() function
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | llib-ltinfow | 1498 #undef _nc_trace_bufcat 1499 char *_nc_trace_bufcat(
|
| H A D | llib-ltinfo | 1458 #undef _nc_trace_bufcat 1459 char *_nc_trace_bufcat(
|
| H A D | llib-ltinfot | 1570 #undef _nc_trace_bufcat 1571 char *_nc_trace_bufcat(
|
| H A D | llib-ltinfotw | 1610 #undef _nc_trace_bufcat 1611 char *_nc_trace_bufcat(
|
| H A D | llib-lncursest | 4310 #undef _nc_trace_bufcat 4311 char *_nc_trace_bufcat(
|
| H A D | llib-lncurses | 4189 #undef _nc_trace_bufcat 4190 char *_nc_trace_bufcat(
|
| H A D | curses.priv.h | 2187 extern NCURSES_EXPORT(char *) _nc_trace_bufcat (int, const char *);
|
| H A D | llib-lncursestw | 5289 #undef _nc_trace_bufcat 5290 char *_nc_trace_bufcat(
|
| H A D | llib-lncursesw | 5168 #undef _nc_trace_bufcat 5169 char *_nc_trace_bufcat(
|
| /freebsd/contrib/ncurses/ |
| H A D | INSTALL | 2044 _nc_trace_bufcat() debug
|
| H A D | NEWS | 10115 + add/use _nc_trace_bufcat() to eliminate some fixed buffer limits in
|