bufnext           170 win32/glob.c   	Char *bufnext, *bufend, patbuf[MAXPATHLEN];
bufnext           190 win32/glob.c   	bufnext = patbuf;
bufnext           191 win32/glob.c   	bufend = bufnext + MAXPATHLEN - 1;
bufnext           193 win32/glob.c   		while (bufnext < bufend && (c = *patnext++) != EOS)
bufnext           194 win32/glob.c   			*bufnext++ = c;
bufnext           197 win32/glob.c   		while (bufnext < bufend && (c = *patnext++) != EOS)
bufnext           203 win32/glob.c   				*bufnext++ = c | M_PROTECT;
bufnext           205 win32/glob.c   				*bufnext++ = c;
bufnext           207 win32/glob.c   	*bufnext = EOS;
bufnext           441 win32/glob.c   	Char *bufnext, patbuf[MAXPATHLEN];
bufnext           446 win32/glob.c   	bufnext = patbuf;
bufnext           457 win32/glob.c   				*bufnext++ = LBRACKET;
bufnext           462 win32/glob.c   			*bufnext++ = M_SET;
bufnext           464 win32/glob.c   				*bufnext++ = M_NOT;
bufnext           467 win32/glob.c   				*bufnext++ = CHAR(c);
bufnext           470 win32/glob.c   					*bufnext++ = M_RNG;
bufnext           471 win32/glob.c   					*bufnext++ = CHAR(c);
bufnext           476 win32/glob.c   			*bufnext++ = M_END;
bufnext           480 win32/glob.c   			*bufnext++ = M_ONE;
bufnext           487 win32/glob.c   			if (bufnext == patbuf || bufnext[-1] != M_ALL)
bufnext           488 win32/glob.c   				*bufnext++ = M_ALL;
bufnext           491 win32/glob.c   			*bufnext++ = CHAR(c);
bufnext           495 win32/glob.c   	*bufnext = EOS;