Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dglob.h129 #define GLOB_NOESCAPE 0x0040 /* Backslashes do not quote M-chars */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dglob.h103 #define GLOB_NOESCAPE 0x0020 /* don't treat \ specially */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dglob.c380 if (!(gp->gl_flags & GLOB_NOESCAPE)) in glob_dir()
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c241 if (flags & GLOB_NOESCAPE) { in _glob_ext()