Searched refs:GLOB_NOTDIR (Results 1 – 7 of 7) sorted by relevance
118 #define GLOB_NOTDIR 0x0001 /* last gl_dirnext() not a dir */ macro
127 #define GLOB_NOTDIR 0x0001 /* last gl_dirnext() not a dir */ macro
99 gp->gl_status |= GLOB_NOTDIR; in gl_dirnext()525 if (notdir = (gp->gl_status & GLOB_NOTDIR)) in glob_dir()526 gp->gl_status &= ~GLOB_NOTDIR; in glob_dir()
701 02-10-28 misc/glob.c: add GLOB_STARSTAR for /**/ and GLOB_NOTDIR optimization