Lines Matching refs:bufnum

87 _traceattr2(int bufnum, chtype newmode)  in _traceattr2()  argument
127 char *result = _nc_trace_buf(bufnum, (size_t) BUFSIZ); in _traceattr2()
135 _nc_STRCPY(result, l_brace, TRACE_BUF_SIZE(bufnum)); in _traceattr2()
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()
283 _tracechtype2(int bufnum, chtype ch) in _tracechtype2() argument
285 char *result = _nc_trace_buf(bufnum, (size_t) BUFSIZ); in _tracechtype2()
291 _nc_STRCPY(result, l_brace, TRACE_BUF_SIZE(bufnum)); in _tracechtype2()
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()
303 _traceattr2(bufnum + 20, attr)); in _tracechtype2()
306 result = _nc_trace_bufcat(bufnum, r_brace); in _tracechtype2()
327 _tracecchar_t2(int bufnum, const cchar_t *ch) in _tracecchar_t2() argument
329 char *result = _nc_trace_buf(bufnum, (size_t) BUFSIZ); in _tracecchar_t2()
332 _nc_STRCPY(result, l_brace, TRACE_BUF_SIZE(bufnum)); in _tracecchar_t2()
338 (void) _nc_trace_bufcat(bufnum, found); in _tracecchar_t2()
341 (void) _nc_trace_bufcat(bufnum, "{NAC}"); in _tracecchar_t2()
347 (void) _nc_trace_bufcat(bufnum, "{ "); in _tracecchar_t2()
352 (void) _nc_trace_bufcat(bufnum, "\\000"); in _tracecchar_t2()
360 (void) _nc_trace_bufcat(bufnum, in _tracecchar_t2()
371 (void) _nc_trace_bufcat(bufnum, temp); in _tracecchar_t2()
376 (void) _nc_trace_bufcat(bufnum, ", "); in _tracecchar_t2()
377 (void) _nc_trace_bufcat(bufnum, in _tracecchar_t2()
382 (void) _nc_trace_bufcat(bufnum, " }"); in _tracecchar_t2()
385 (void) _nc_trace_bufcat(bufnum, " | "); in _tracecchar_t2()
386 (void) _nc_trace_bufcat(bufnum, _traceattr2(bufnum + 20, attr)); in _tracecchar_t2()
397 (void) _nc_trace_bufcat(bufnum, temp); in _tracecchar_t2()
402 result = _nc_trace_bufcat(bufnum, r_brace); in _tracecchar_t2()