Searched defs:GLOB_STARSTAR (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/include/
H A Dglob.h107 #define GLOB_STARSTAR 0x0080 /* enable [/]**[/] expansion */ macro
/ast/src/cmd/re/
H A Dtestglob.c129 H(" r GLOB_STARSTAR enable /**/ expansion\n");
191 #ifndef GLOB_STARSTAR
215 #ifndef GLOB_STARSTAR
216 #define GLOB_STARSTAR 0 macro
847 flags |= GLOB_STARSTAR;
1033 if ((flags & GLOB_STARSTAR) && !(gl.gl_flags & GLOB_STARSTAR))

Completed in 46 milliseconds