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

/freebsd-9.3-release/contrib/ncurses/ncurses/trace/
H A Dtrace_buf.c44 _nc_trace_alloc(int bufnum, size_t want) argument
48 if (bufnum >= 0) {
49 if ((size_t) (bufnum + 1) > MySize) {
50 size_t need = (bufnum + 1) * 2;
58 if (MyList[bufnum].text == 0
59 || want > MyList[bufnum].size) {
60 MyList[bufnum].text = typeRealloc(char, want, MyList[bufnum].text);
61 if (MyList[bufnum].text != 0)
62 MyList[bufnum]
90 _nc_trace_buf(int bufnum, size_t want) argument
102 _nc_trace_bufcat(int bufnum, const char *value) argument
[all...]
H A Dlib_traceatr.c76 _traceattr2(int bufnum, chtype newmode) argument
119 char *result = _nc_trace_buf(bufnum, BUFSIZ);
131 result = _nc_trace_bufcat(bufnum, "|");
132 result = _nc_trace_bufcat(bufnum, names[n].name);
152 result = _nc_trace_bufcat(bufnum, temp);
158 (void) _nc_trace_bufcat(bufnum, "|");
159 (void) _nc_trace_bufcat(bufnum, "A_NORMAL");
163 result = _nc_trace_bufcat(bufnum, r_brace);
253 _tracechtype2(int bufnum, chtype ch) argument
256 char *result = _nc_trace_buf(bufnum, BUFSI
292 _tracecchar_t2(int bufnum, const cchar_t *ch) argument
[all...]
H A Dvisbuf.c93 _nc_visbuf2n(int bufnum, const char *buf, int len) argument
108 vbuf = tp = _nc_trace_buf(bufnum, NormalLen(len));
112 mybuf[bufnum] = typeRealloc(char, NormalLen(len), mybuf[bufnum]);
113 vbuf = tp = mybuf[bufnum];
130 _nc_visbuf2(int bufnum, const char *buf) argument
132 return _nc_visbuf2n(bufnum, buf, -1);
164 _nc_viswbuf2n(int bufnum, const wchar_t *buf, int len) argument
177 vbuf = tp = _nc_trace_buf(bufnum, WideLen(len));
181 mybuf[bufnum]
207 _nc_viswbuf2(int bufnum, const wchar_t *buf) argument
249 _nc_viscbuf2(int bufnum, const NCURSES_CH_T * buf, int len) argument
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/conf/
H A Dconf_def.c211 int bufnum = 0, i, ii; local
249 bufnum = 0;
252 if (!BUF_MEM_grow(buff, bufnum + CONFBUFSIZE)) {
256 p = &(buff->data[bufnum]);
283 bufnum += i;
287 if (bufnum >= 1) {
292 p = &(buff->data[bufnum - 1]);
293 if (IS_ESC(conf, p[0]) && ((bufnum <= 1) || !IS_ESC(conf, p[-1]))) {
294 bufnum--;
300 bufnum
[all...]
/freebsd-9.3-release/contrib/ncurses/ncurses/
H A Dllib-lncursesw3626 int bufnum,
3648 int bufnum,
3664 int bufnum,
3856 int bufnum,
3862 int bufnum,
3919 int bufnum,
3936 int bufnum,
3958 int bufnum,
H A Dllib-lncurses2880 int bufnum,
2902 int bufnum,
3099 int bufnum,
3105 int bufnum,
3162 int bufnum,
3179 int bufnum,
H A Dllib-lncursest2960 int bufnum,
2982 int bufnum,
3190 int bufnum,
3196 int bufnum,
3253 int bufnum,
3270 int bufnum,

Completed in 69 milliseconds