Lines Matching refs:bufnext
167 Char *bufnext, *bufend, patbuf[MAXPATHLEN]; local
182 bufnext = patbuf;
183 bufend = bufnext + MAXPATHLEN - 1;
185 while (bufnext < bufend && (c = *patnext++) != EOS)
186 *bufnext++ = c;
189 while (bufnext < bufend && (c = *patnext++) != EOS)
195 *bufnext++ = c | M_PROTECT;
197 *bufnext++ = c;
199 *bufnext = EOS;
427 Char *bufnext, patbuf[MAXPATHLEN]; local
431 bufnext = patbuf;
442 *bufnext++ = LBRACKET;
447 *bufnext++ = M_SET;
449 *bufnext++ = M_NOT;
452 *bufnext++ = CHAR(c);
455 *bufnext++ = M_RNG;
456 *bufnext++ = CHAR(c);
461 *bufnext++ = M_END;
465 *bufnext++ = M_ONE;
472 if (bufnext == patbuf || bufnext[-1] != M_ALL)
473 *bufnext++ = M_ALL;
476 *bufnext++ = CHAR(c);
480 *bufnext = EOS;