Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
HDglob.h76 #define GLOB_BRACE 0x0080 /* Expand braces ala csh. */ macro
/dragonfly/include/
HDglob.h91 #define GLOB_BRACE 0x0080 /* Expand braces ala csh. */ macro
/dragonfly/lib/libssh/openbsd-compat/
HDglob.h92 #define GLOB_BRACE 0x0080 /* Expand braces ala csh. */ macro
/dragonfly/contrib/cvs-1.12/lib/
HDglob-libc.h61 # define GLOB_BRACE (1 << 10)/* Expand "{a,b}" to "a" "b". */ macro