Lines Matching refs:bufnext
172 Char *bufnext, *bufend, patbuf[MAXPATHLEN];
192 bufnext = patbuf;
193 bufend = bufnext + MAXPATHLEN - 1;
195 while (bufnext < bufend && (c = *patnext++) != EOS)
196 *bufnext++ = c;
199 while (bufnext < bufend && (c = *patnext++) != EOS)
205 *bufnext++ = c | M_PROTECT;
207 *bufnext++ = c;
209 *bufnext = EOS;
427 Char *bufnext = *bufnextp;
442 *bufnext++ = M_CLASS;
443 *bufnext++ = (Char)(cc - &cclasses[0]);
444 *bufnextp = bufnext;
462 Char *bufnext, patbuf[MAXPATHLEN];
466 bufnext = patbuf;
477 *bufnext++ = LBRACKET;
482 *bufnext++ = M_SET;
484 *bufnext++ = M_NOT;
490 &bufnext);
501 *bufnext++ = CHAR(c);
504 *bufnext++ = M_RNG;
505 *bufnext++ = CHAR(c);
510 *bufnext++ = M_END;
514 *bufnext++ = M_ONE;
521 if (bufnext == patbuf || bufnext[-1] != M_ALL)
522 *bufnext++ = M_ALL;
525 *bufnext++ = CHAR(c);
529 *bufnext = EOS;