bufnext           176 win32/glob.c   	Char *bufnext, *bufend, patbuf[MAXPATHLEN];
bufnext           196 win32/glob.c   	bufnext = patbuf;
bufnext           197 win32/glob.c   	bufend = bufnext + MAXPATHLEN - 1;
bufnext           199 win32/glob.c   		while (bufnext < bufend && (c = *patnext++) != EOS)
bufnext           200 win32/glob.c   			*bufnext++ = c;
bufnext           203 win32/glob.c   		while (bufnext < bufend && (c = *patnext++) != EOS)
bufnext           209 win32/glob.c   				*bufnext++ = c | M_PROTECT;
bufnext           211 win32/glob.c   				*bufnext++ = c;
bufnext           213 win32/glob.c   	*bufnext = EOS;
bufnext           447 win32/glob.c   	Char *bufnext, patbuf[MAXPATHLEN];
bufnext           452 win32/glob.c   	bufnext = patbuf;
bufnext           463 win32/glob.c   				*bufnext++ = LBRACKET;
bufnext           468 win32/glob.c   			*bufnext++ = M_SET;
bufnext           470 win32/glob.c   				*bufnext++ = M_NOT;
bufnext           473 win32/glob.c   				*bufnext++ = CHAR(c);
bufnext           476 win32/glob.c   					*bufnext++ = M_RNG;
bufnext           477 win32/glob.c   					*bufnext++ = CHAR(c);
bufnext           482 win32/glob.c   			*bufnext++ = M_END;
bufnext           486 win32/glob.c   			*bufnext++ = M_ONE;
bufnext           493 win32/glob.c   			if (bufnext == patbuf || bufnext[-1] != M_ALL)
bufnext           494 win32/glob.c   				*bufnext++ = M_ALL;
bufnext           497 win32/glob.c   			*bufnext++ = CHAR(c);
bufnext           501 win32/glob.c   	*bufnext = EOS;