Lines Matching refs:bufnext
177 Char *bufnext, *bufend, patbuf[MaxPathLen+1];
190 bufnext = patbuf;
191 bufend = bufnext + MaxPathLen;
194 while (bufnext < bufend && (c = *patnext++) != CHAR_EOS)
200 *bufnext++ = c | M_PROTECT;
203 *bufnext++ = c;
206 while (bufnext < bufend && (c = *patnext++) != CHAR_EOS)
207 *bufnext++ = c;
208 *bufnext = CHAR_EOS;
410 Char *bufnext, patbuf[MaxPathLen+1];
415 bufnext = patbuf;
426 *bufnext++ = CHAR_LBRACKET;
431 *bufnext++ = M_SET;
433 *bufnext++ = M_NOT;
436 *bufnext++ = CHAR(c);
439 *bufnext++ = M_RNG;
440 *bufnext++ = CHAR(c);
445 *bufnext++ = M_END;
449 *bufnext++ = M_ONE;
456 if (bufnext == patbuf || bufnext[-1] != M_ALL)
457 *bufnext++ = M_ALL;
460 *bufnext++ = CHAR(c);
464 *bufnext = CHAR_EOS;