Searched refs:GLOB_LIST (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/re/
H A Dtestglob.c97 H(" features are silently ignored. Each test is repeated with GLOB_LIST,\n");
98 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");
185 #ifndef GLOB_LIST
209 #ifndef GLOB_LIST
210 #define GLOB_LIST 0 macro
328 #if GLOB_LIST
329 if (flags & GLOB_LIST)
532 #if GLOB_LIST
[all...]
/ast/src/lib/libast/include/
H A Dglob.h113 #define GLOB_LIST 0x2000 /* just create gl_list */ macro
/ast/src/lib/libast/misc/
H A Dglob.c753 if (!(flags & GLOB_LIST))
775 if (flags & GLOB_LIST)
/ast/src/cmd/ksh93/sh/
H A Dexpand.c105 flags = GLOB_GROUP|GLOB_AUGMENTED|GLOB_NOCHECK|GLOB_NOSORT|GLOB_STACK|GLOB_LIST|GLOB_DISC;

Completed in 11 milliseconds