Searched refs:notdir (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/misc/
H A Dglob.c304 int notdir; local
531 if (notdir = (gp->gl_status & GLOB_NOTDIR))
535 if (matchdir && (name[0] != '.' || name[1] && (name[1] != '.' || name[2])) && !notdir)
539 if (!rescan || !notdir)
541 if (starstar==1 || (starstar==2 && !notdir))

Completed in 10 milliseconds