not_eol           919 libglibc/regex.c   printf ("not_eol: %d\t", bufp->not_eol);
not_eol          1959 libglibc/regex.c   bufp->not_bol = bufp->not_eol = 0;
not_eol          4639 libglibc/regex.c               if (!bufp->not_eol) break;
not_eol          5764 libglibc/regex.c   private_preg.not_eol = !!(eflags & REG_NOTEOL);
not_eol           383 libglibc/regex.h   unsigned not_eol : 1;