Lines Matching refs:bufnext
168 Char *bufnext, *bufend, patbuf[MAXPATHLEN]; local
188 bufnext = patbuf;
189 bufend = bufnext + MAXPATHLEN - 1;
191 while (bufnext < bufend && (c = *patnext++) != EOS)
192 *bufnext++ = c;
195 while (bufnext < bufend && (c = *patnext++) != EOS)
201 *bufnext++ = c | M_PROTECT;
203 *bufnext++ = c;
205 *bufnext = EOS;
439 Char *bufnext, patbuf[MAXPATHLEN]; local
444 bufnext = patbuf;
455 *bufnext++ = LBRACKET;
460 *bufnext++ = M_SET;
462 *bufnext++ = M_NOT;
465 *bufnext++ = CHAR(c);
468 *bufnext++ = M_RNG;
469 *bufnext++ = CHAR(c);
474 *bufnext++ = M_END;
478 *bufnext++ = M_ONE;
485 if (bufnext == patbuf || bufnext[-1] != M_ALL)
486 *bufnext++ = M_ALL;
489 *bufnext++ = CHAR(c);
493 *bufnext = EOS;