Searched refs:bufnum (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/libs/ncurses/ncurses/trace/
H A Dtrace_buf.c46 _nc_trace_alloc(int bufnum, size_t want) argument
52 if (bufnum >= 0) {
53 if ((size_t) (bufnum + 1) > have) {
54 size_t need = (bufnum + 1) * 2;
61 if (list[bufnum].text == 0
62 || want > list[bufnum].size) {
63 if ((list[bufnum].text = typeRealloc(char, want, list[bufnum].text))
65 list[bufnum].size = want;
68 result = list[bufnum]
88 _nc_trace_buf(int bufnum, size_t want) argument
100 _nc_trace_bufcat(int bufnum, const char *value) argument
[all...]
H A Dlib_traceatr.c72 _traceattr2(int bufnum, attr_t newmode) argument
74 char *buf = _nc_trace_buf(bufnum, BUFSIZ);
124 buf = _nc_trace_bufcat(bufnum, "|");
125 buf = _nc_trace_bufcat(bufnum, names[n].name);
145 buf = _nc_trace_bufcat(bufnum, temp);
151 (void) _nc_trace_bufcat(bufnum, "|");
152 (void) _nc_trace_bufcat(bufnum, "A_NORMAL");
156 return (_nc_trace_bufcat(bufnum, r_brace));
244 _tracechtype2(int bufnum, chtype ch) argument
248 strcpy(_nc_trace_buf(bufnum, BUFSI
279 _tracecchar_t2(int bufnum, const cchar_t *ch) argument
[all...]
H A Dvisbuf.c79 _nc_visbuf2n(int bufnum, const char *buf, int len) argument
94 tp = vbuf = _nc_trace_buf(bufnum, (unsigned) (len * 4) + 5);
98 mybuf[bufnum] = typeRealloc(char, (unsigned) (len * 4) + 5, mybuf[bufnum]);
99 tp = vbuf = mybuf[bufnum];
112 _nc_visbuf2(int bufnum, const char *buf) argument
114 return _nc_visbuf2n(bufnum, buf, -1);
146 _nc_viswbuf2n(int bufnum, const wchar_t *buf, int len) argument
159 tp = vbuf = _nc_trace_buf(bufnum, (unsigned) (len * 4) + 5);
163 mybuf[bufnum]
185 _nc_viswbuf2(int bufnum, const wchar_t *buf) argument
225 _nc_viscbuf2(int bufnum, const cchar_t *buf, int len) argument
[all...]
/haiku-fatelf/src/libs/ncurses/ncurses/
H A Dllib-lncursesw2211 int bufnum,
2233 int bufnum,
2249 int bufnum,
3799 int bufnum,
3805 int bufnum,
3856 int bufnum,
3873 int bufnum,
3895 int bufnum,
H A Dllib-lncurses1707 int bufnum,
1729 int bufnum,
3050 int bufnum,
3056 int bufnum,
3107 int bufnum,

Completed in 102 milliseconds