Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libast/common/include/
H A Dglob.h110 #define GLOB_COMPLETE 0x0400 /* shell file completeion */ macro
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dglob.h119 #define GLOB_COMPLETE 0x0400 /* shell file completeion */ macro
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dglob.h119 #define GLOB_COMPLETE 0x0400 /* shell file completeion */ macro
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dglob.h119 #define GLOB_COMPLETE 0x0400 /* shell file completeion */ macro
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dglob.h119 #define GLOB_COMPLETE 0x0400 /* shell file completeion */ macro
/titanic_50/usr/src/lib/libast/common/misc/
H A Dglob.c268 if ((gp->gl_flags & GLOB_COMPLETE) && type != GLOB_EXE) in addmatch()
282 if (gp->gl_flags & GLOB_COMPLETE) in addmatch()
408 if (!rescan && (gp->gl_flags & GLOB_COMPLETE)) in glob_dir()
663 if ((gp->gl_flags & GLOB_COMPLETE) && !gp->gl_nextdir) in glob()
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dexpand.c129 flags |= GLOB_COMPLETE; in path_expand()
/titanic_50/usr/src/lib/libast/common/
H A DRELEASE921 misc/glob.c: add gl_nextdir callback for GLOB_COMPLETE