no_sub            917 libglibc/regex.c   printf ("no_sub: %d\t", bufp->no_sub);
no_sub           4183 libglibc/regex.c           if (regs && !bufp->no_sub)
no_sub           5531 libglibc/regex.c   bufp->no_sub = 0;
no_sub           5703 libglibc/regex.c   preg->no_sub = !!(cflags & REG_NOSUB);
no_sub           5759 libglibc/regex.c   boolean want_reg_info = !preg->no_sub && nmatch > 0;
no_sub            376 libglibc/regex.h   unsigned no_sub : 1;