Home
last modified time | relevance | path

Searched refs:GLOB_BRACE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/head/
H A Dglob.h136 #define GLOB_BRACE 0x0080 /* Expand braces ala csh. */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dglob.h108 #define GLOB_BRACE 0x0100 /* enable {...} expansion */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dglob.c716 f |= GLOB_BRACE; in glob()
718 f &= ~GLOB_BRACE; in glob()
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c286 if (flags & GLOB_BRACE) in _glob_ext()