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

/ast/src/lib/libast/include/
H A Dglob.h108 #define GLOB_BRACE 0x0100 /* enable {...} expansion */ macro
/ast/src/cmd/re/
H A Dtestglob.c122 H(" b GLOB_BRACE enable {...} expansion\n");
173 #ifndef GLOB_BRACE
197 #ifndef GLOB_BRACE
198 #define GLOB_BRACE NOTEST macro
829 flags |= GLOB_BRACE;

Completed in 13 milliseconds