Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libast/common/include/
H A Dglob.h113 #define GLOB_LIST 0x2000 /* just create gl_list */ macro
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dglob.h122 #define GLOB_LIST 0x2000 /* just create gl_list */ macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dglob.h122 #define GLOB_LIST 0x2000 /* just create gl_list */ macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dglob.h122 #define GLOB_LIST 0x2000 /* just create gl_list */ macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dglob.h122 #define GLOB_LIST 0x2000 /* just create gl_list */ macro
/titanic_44/usr/src/lib/libast/common/misc/
H A Dglob.c741 if (!(flags & GLOB_LIST)) in glob()
760 if (flags & GLOB_LIST) in glob()
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dexpand.c105 flags = GLOB_AUGMENTED|GLOB_NOCHECK|GLOB_NOSORT|GLOB_STACK|GLOB_LIST|GLOB_DISC; in path_expand()
/titanic_44/usr/src/lib/libast/common/
H A DRELEASE811 02-03-26 misc/glob.c: fix GLOB_LIST gl_flags values