Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dglob.h110 #define GLOB_COMPLETE 0x0400 /* shell file completeion */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dglob.c265 if ((gp->gl_flags & GLOB_COMPLETE) && type != GLOB_EXE) in addmatch()
279 if (gp->gl_flags & GLOB_COMPLETE) in addmatch()
406 if (!rescan && (gp->gl_flags & GLOB_COMPLETE)) in glob_dir()
679 if ((gp->gl_flags & GLOB_COMPLETE) && !gp->gl_nextdir) in glob()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dexpand.c129 flags |= GLOB_COMPLETE; in path_expand()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1109 misc/glob.c: add gl_nextdir callback for GLOB_COMPLETE