#include "common.h"
#include "bu/defines.h"
#include "bu/vls.h"
Go to the source code of this file.
|
#define | BU_GLOB_APPEND 0x0001 |
|
#define | BU_GLOB_NOSORT 0x0020 |
|
#define | BU_GLOB_NOESCAPE 0x2000 |
|
#define | BU_GLOB_ALTDIRFUNC 0x0040 |
|
#define | BU_GLOB_NOMATCH (-1) |
|
#define | BU_GLOB_ABORTED (-2) |
|
#define | BU_GLOB_INIT_ZERO {0, 0, 0, NULL, (struct bu_glob_context *(*)(const char *))NULL, (int(*)(struct bu_dirent *, struct bu_glob_context *))NULL, (void(*)(struct bu_glob_context *))NULL, (int(*)(const char *, struct bu_stat *, struct bu_glob_context *))NULL, (int(*)(const char *, struct bu_stat *, struct bu_glob_context *))NULL, (int(*)(const char *, int, struct bu_glob_context *))NULL, NULL, NULL} |
|
◆ BU_GLOB_APPEND
Append to output from previous call.
Definition at line 75 of file glob.h.
◆ BU_GLOB_NOSORT
Don't sort.
Definition at line 76 of file glob.h.
◆ BU_GLOB_NOESCAPE
#define BU_GLOB_NOESCAPE 0x2000 |
Disable backslash escaping.
Definition at line 77 of file glob.h.
◆ BU_GLOB_ALTDIRFUNC
#define BU_GLOB_ALTDIRFUNC 0x0040 |
use alternate functions.
Definition at line 78 of file glob.h.
◆ BU_GLOB_NOMATCH
No match.
Definition at line 96 of file glob.h.
◆ BU_GLOB_ABORTED
Unignored error.
Definition at line 97 of file glob.h.