cflags             63 libglibc/regex.c # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags)
cflags           5657 libglibc/regex.c regcomp (preg, pattern, cflags)
cflags           5660 libglibc/regex.c     int cflags;
cflags           5664 libglibc/regex.c     = (cflags & REG_EXTENDED) ?
cflags           5675 libglibc/regex.c   if (cflags & REG_ICASE)
cflags           5693 libglibc/regex.c   if (cflags & REG_NEWLINE)
cflags           5703 libglibc/regex.c   preg->no_sub = !!(cflags & REG_NOSUB);