Searched refs:GLOB_DISC (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libast/include/
H A Dglob.h59 /* GLOB_DISC data -- memset(&gl,0,sizeof(gl)) before using! */
115 #define GLOB_DISC 0x8000 /* discipline initialized */ macro
/ast/src/cmd/re/
H A Dtestglob.c179 #ifndef GLOB_DISC
203 #ifndef GLOB_DISC
204 #define GLOB_DISC 0 macro
529 #if GLOB_DISC
741 #if GLOB_DISC
810 #if GLOB_DISC
957 #if GLOB_DISC
960 flags |= GLOB_DISC;
966 flags |= GLOB_DISC;
/ast/src/cmd/ksh93/sh/
H A Dexpand.c105 flags = GLOB_GROUP|GLOB_AUGMENTED|GLOB_NOCHECK|GLOB_NOSORT|GLOB_STACK|GLOB_LIST|GLOB_DISC;
/ast/src/lib/libast/misc/
H A Dglob.c615 if (!(flags & GLOB_DISC))
/ast/src/cmd/html/
H A Dhtmlrefs.c257 if (!glob(state->dir, GLOB_AUGMENTED|GLOB_DISC|GLOB_STACK, 0, &gl))
/ast/src/cmd/nmake/
H A Dbind.c611 f = GLOB_AUGMENTED|GLOB_DISC|GLOB_STARSTAR;

Completed in 34 milliseconds