Lines Matching refs:bufnext
176 Char *bufnext, *bufend, patbuf[MAXPATHLEN]; local
196 bufnext = patbuf;
197 bufend = bufnext + MAXPATHLEN - 1;
199 while (bufnext < bufend && (c = *patnext++) != EOS)
200 *bufnext++ = c;
203 while (bufnext < bufend && (c = *patnext++) != EOS)
209 *bufnext++ = c | M_PROTECT;
211 *bufnext++ = c;
213 *bufnext = EOS;
447 Char *bufnext, patbuf[MAXPATHLEN]; local
452 bufnext = patbuf;
463 *bufnext++ = LBRACKET;
468 *bufnext++ = M_SET;
470 *bufnext++ = M_NOT;
473 *bufnext++ = CHAR(c);
476 *bufnext++ = M_RNG;
477 *bufnext++ = CHAR(c);
482 *bufnext++ = M_END;
486 *bufnext++ = M_ONE;
493 if (bufnext == patbuf || bufnext[-1] != M_ALL)
494 *bufnext++ = M_ALL;
497 *bufnext++ = CHAR(c);
501 *bufnext = EOS;