Searched refs:bufnext (Results 1 – 4 of 4) sorted by relevance
177 Char *bufnext, *bufend, patbuf[MaxPathLen+1]; in glob() local190 bufnext = patbuf; in glob()191 bufend = bufnext + MaxPathLen; in glob()194 while (bufnext < bufend && (c = *patnext++) != CHAR_EOS) in glob()200 *bufnext++ = c | M_PROTECT; in glob()203 *bufnext++ = c; in glob()206 while (bufnext < bufend && (c = *patnext++) != CHAR_EOS) in glob()207 *bufnext++ = c; in glob()208 *bufnext = CHAR_EOS; in glob()410 Char *bufnext, patbuf[MaxPathLen+1]; in glob0() local[all …]
189 Char *bufnext, *bufend, patbuf[MAXPATHLEN+1]; in glob() local205 bufnext = patbuf; in glob()206 bufend = bufnext + MAXPATHLEN; in glob()208 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()209 *bufnext++ = c; in glob()212 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()218 *bufnext++ = c | M_PROTECT; in glob()221 *bufnext++ = c; in glob()223 *bufnext = EOS; in glob()483 Char *bufnext, patbuf[MAXPATHLEN+1]; in glob0() local[all …]
52 char *bufnext; /* Start of the next line in the buffer. */ member399 ebuf.buffer = ebuf.bufnext = ebuf.bufstart = xmalloc (ebuf.size); in eval_makefile()427 ebuf.buffer = ebuf.bufnext = ebuf.bufstart = buffer; in eval_buffer()2502 if (ebuf->bufnext >= ebuf->bufstart + ebuf->size) in readstring()2508 eol = ebuf->buffer = ebuf->bufnext; in readstring()2520 ebuf->bufnext = ebuf->bufstart + ebuf->size + 1; in readstring()2534 ebuf->bufnext = eol+1; in readstring()
597 goto bufnext;702 bufnext: