Searched refs:GLOB_APPEND (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/include/
H A Dglob.h98 #define GLOB_APPEND 0x0001 /* append to previous */ macro
/ast/src/lib/libast/misc/
H A Dglob.c596 if (flags & GLOB_APPEND)
598 if ((gp->gl_flags |= GLOB_APPEND) ^ (flags|GLOB_MAGIC))
780 if (gp->gl_flags & GLOB_APPEND)
/ast/src/cmd/re/
H A Dtestglob.c121 H(" a GLOB_APPEND append to previous result\n");
826 flags |= GLOB_APPEND;
950 if (!ok || !(flags & GLOB_APPEND)) {
1074 if (flags & GLOB_APPEND)

Completed in 18 milliseconds