Searched refs:GLOB_NOTDIR (Results 1 – 3 of 3) sorted by relevance
120 #define GLOB_NOTDIR 0x0001 /* last gl_dirnext() not a dir */ macro
97 gp->gl_status |= GLOB_NOTDIR; in gl_dirnext()532 if (notdir = (gp->gl_status & GLOB_NOTDIR)) in glob_dir()533 gp->gl_status &= ~GLOB_NOTDIR; in glob_dir()
889 02-10-28 misc/glob.c: add GLOB_STARSTAR for /**/ and GLOB_NOTDIR optimization