#include "common.h"
#include "bu/defines.h"
#include "bu/vls.h"
Go to the source code of this file.
◆ BU_GLOB_APPEND
Append to output from previous call.
Definition at line 83 of file glob.h.
◆ BU_GLOB_NOSORT
Do not sort results.
Definition at line 84 of file glob.h.
◆ BU_GLOB_NOESCAPE
| #define BU_GLOB_NOESCAPE 0x2000 |
Treat backslash as ordinary character.
Definition at line 85 of file glob.h.
◆ BU_GLOB_NOMATCH
Returned by bu_glob when there are no matches.
Definition at line 133 of file glob.h.
◆ BU_GLOB_ABORTED
Returned by bu_glob after an unignored error.
Definition at line 134 of file glob.h.