Searched defs:GLOB_STACK (Results 1 - 2 of 2) 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...]

Completed in 20 milliseconds