Home
last modified time | relevance | path

Searched refs:starstar (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libast/common/misc/
H A Dglob.c323 int starstar = 0; in glob_dir() local
459 if (starstar = (p[2]==0)) in glob_dir()
466 starstar = 2; in glob_dir()
483 …if ((!starstar && !gp->gl_starstar || (*gp->gl_type)(gp, dirname, GLOB_STARSTAR) == GLOB_DIR) && (… in glob_dir()
535 if (starstar==1 || (starstar==2 && !notdir)) in glob_dir()
536 addmatch(gp, prefix, name, starstar==2?"":NiL, NiL, anymeta); in glob_dir()