Searched refs:GLOB_ICASE (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/include/
H A Dglob.h109 #define GLOB_ICASE 0x0200 /* ignore case on match */ macro
/ast/src/lib/libast/misc/
H A Dglob.c144 return strchr(astconf("PATH_ATTRIBUTES", path, NiL), 'c') ? GLOB_ICASE : 0;
484 if (!(gp->re_flags & REG_ICASE) && ((*gp->gl_attr)(gp, dirname, 0) & GLOB_ICASE))
658 if (flags & GLOB_ICASE)
703 f |= GLOB_ICASE;
705 f &= ~GLOB_ICASE;
727 if (f & GLOB_ICASE)
/ast/src/cmd/re/
H A Dtestglob.c126 H(" i GLOB_ICASE ignore case\n");
182 #ifndef GLOB_ICASE
206 #ifndef GLOB_ICASE
207 #define GLOB_ICASE NOTEST macro
838 flags |= GLOB_ICASE;
/ast/src/cmd/ksh93/sh/
H A Dexpand.c118 flags |= GLOB_ICASE;

Completed in 12 milliseconds