Searched refs:_nc_trace_bufcat (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12-stable/contrib/ncurses/ncurses/trace/ |
| D | lib_traceatr.c | 144 (void) _nc_trace_bufcat(bufnum, "|"); in _traceattr2() 145 result = _nc_trace_bufcat(bufnum, names[n].name); in _traceattr2() 167 result = _nc_trace_bufcat(bufnum, temp); in _traceattr2() 173 (void) _nc_trace_bufcat(bufnum, "|"); in _traceattr2() 174 (void) _nc_trace_bufcat(bufnum, "A_NORMAL"); in _traceattr2() 178 result = _nc_trace_bufcat(bufnum, r_brace); in _traceattr2() 290 (void) _nc_trace_bufcat(bufnum, found); in _tracechtype2() 292 (void) _nc_trace_bufcat(bufnum, in _tracechtype2() 297 (void) _nc_trace_bufcat(bufnum, " | "); in _tracechtype2() 298 (void) _nc_trace_bufcat(bufnum, in _tracechtype2() [all …]
|
| D | visbuf.c | 306 (void) _nc_trace_bufcat(bufnum, l_brace); in _nc_viscbuf2() 307 (void) _nc_trace_bufcat(bufnum, d_quote); in _nc_viscbuf2() 311 (void) _nc_trace_bufcat(bufnum, found); in _nc_viscbuf2() 325 (void) _nc_trace_bufcat(bufnum, "\\000"); in _nc_viscbuf2() 335 (void) _nc_trace_bufcat(bufnum, temp); in _nc_viscbuf2() 343 (void) _nc_trace_bufcat(bufnum, temp); in _nc_viscbuf2() 347 (void) _nc_trace_bufcat(bufnum, d_quote); in _nc_viscbuf2() 349 (void) _nc_trace_bufcat(bufnum, " | "); in _nc_viscbuf2() 350 (void) _nc_trace_bufcat(bufnum, _traceattr2(bufnum + 20, attr)); in _nc_viscbuf2() 352 result = _nc_trace_bufcat(bufnum, r_brace); in _nc_viscbuf2()
|
| D | trace_buf.c | 104 _nc_trace_bufcat(int bufnum, const char *value) in _nc_trace_bufcat() function
|
| /freebsd-12-stable/contrib/ncurses/ncurses/ |
| D | llib-ltinfo | 1371 #undef _nc_trace_bufcat 1372 char *_nc_trace_bufcat(
|
| D | llib-ltinfow | 1382 #undef _nc_trace_bufcat 1383 char *_nc_trace_bufcat(
|
| D | llib-ltinfotw | 1491 #undef _nc_trace_bufcat 1492 char *_nc_trace_bufcat(
|
| D | llib-ltinfot | 1480 #undef _nc_trace_bufcat 1481 char *_nc_trace_bufcat(
|
| D | llib-lncurses | 4012 #undef _nc_trace_bufcat 4013 char *_nc_trace_bufcat(
|
| D | curses.priv.h | 1992 extern NCURSES_EXPORT(char *) _nc_trace_bufcat (int, const char *);
|
| D | llib-lncursest | 4174 #undef _nc_trace_bufcat 4175 char *_nc_trace_bufcat(
|
| D | llib-lncursesw | 4852 #undef _nc_trace_bufcat 4853 char *_nc_trace_bufcat(
|
| D | llib-lncursestw | 4970 #undef _nc_trace_bufcat 4971 char *_nc_trace_bufcat(
|
| /freebsd-12-stable/contrib/ncurses/ |
| D | INSTALL | 1448 _nc_trace_bufcat() debug
|
| D | NEWS | 5165 + add/use _nc_trace_bufcat() to eliminate some fixed buffer limits in
|