Lines Matching defs:cbuf
58 CHAR_T *cbp, *ecbp, cbuf[128];
147 nlen = snprintf((char*)cbuf,
148 sizeof(cbuf), O_NUMBER_FMT,
150 (void)gp->scr_addstr(sp, (char*)cbuf, nlen);
382 ecbp = (cbp = cbuf) + sizeof(cbuf)/sizeof(CHAR_T) - 1;
472 (void)gp->scr_waddstr(sp, cbuf, cbp - cbuf); \
473 cbp = cbuf; \
479 * be larger than cbuf, if the user set a impossibly large
550 if (cbp > cbuf)