Home | History | Annotate | Download | only in gen

Lines Matching defs:bufnext

189 	Char *bufnext, *bufend, patbuf[MAXPATHLEN+1];
205 bufnext = patbuf;
206 bufend = bufnext + MAXPATHLEN;
208 while (bufnext < bufend && (c = *patnext++) != EOS)
209 *bufnext++ = c;
212 while (bufnext < bufend && (c = *patnext++) != EOS)
218 *bufnext++ = c | M_PROTECT;
221 *bufnext++ = c;
223 *bufnext = EOS;
483 Char *bufnext, patbuf[MAXPATHLEN+1];
492 bufnext = patbuf;
503 *bufnext++ = LBRACKET;
508 *bufnext++ = M_SET;
510 *bufnext++ = M_NOT;
513 *bufnext++ = CHAR(c);
516 *bufnext++ = M_RNG;
517 *bufnext++ = CHAR(c);
522 *bufnext++ = M_END;
526 *bufnext++ = M_ONE;
533 if (bufnext == patbuf || bufnext[-1] != M_ALL ||
535 (bufnext - 1 == patbuf || bufnext[-2] != M_ALL ||
536 bufnext - 2 == patbuf || bufnext[-3] != M_ALL)))
537 *bufnext++ = M_ALL;
540 *bufnext++ = CHAR(c);
544 *bufnext = EOS;