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

/ast/src/lib/libast/include/
H A Dglob.h112 #define GLOB_STACK 0x1000 /* allocate on current stack */ macro
/ast/src/cmd/re/
H A Dtestglob.c98 H(" GLOB_STACK, and GLOB_LIST|GLOB_STACK set.\n");
103 H(" -n do not repeat tests with GLOB_LIST, GLOB_STACK, or GLOB_LIST|GLOB_STACK\n");
188 #ifndef GLOB_STACK
212 #ifndef GLOB_STACK
213 #define GLOB_STACK 0 macro
332 #if GLOB_STACK
333 if (flags & GLOB_STACK)
550 #if GLOB_STACK
[all...]
/ast/src/lib/libast/misc/
H A Dglob.c600 if (((gp->gl_flags & GLOB_STACK) == 0) == (gp->gl_stak == 0))
668 if (gp->gl_flags & GLOB_STACK)
/ast/src/cmd/ksh93/sh/
H A Dexpand.c105 flags = GLOB_GROUP|GLOB_AUGMENTED|GLOB_NOCHECK|GLOB_NOSORT|GLOB_STACK|GLOB_LIST|GLOB_DISC;
/ast/src/cmd/html/
H A Dhtmlrefs.c257 if (!glob(state->dir, GLOB_AUGMENTED|GLOB_DISC|GLOB_STACK, 0, &gl))
/ast/src/cmd/nmake/
H A Dbind.c615 f |= GLOB_STACK;

Completed in 17 milliseconds