Searched refs:not_eol (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dm-regex.c392 cregex->patterns[i].regexbuf.not_eol = 0;
424 cregex->patterns[i].regexbuf.not_eol = 1;
435 cregex->patterns[i].regexbuf.not_eol = 0;
H A Dregex.h396 unsigned not_eol : 1;
393 unsigned not_eol : 1; member in struct:re_pattern_buffer
H A Dregex.c1116 printf ("not_eol: %d\t", bufp->not_eol);
2284 `not_bol' and `not_eol' are zero;
2420 bufp->not_bol = bufp->not_eol = 0;
6938 if (!bufp->not_eol)
8132 private_preg.not_eol = !!(eflags & REG_NOTEOL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dregex-gnu.h386 unsigned not_eol : 1;
383 unsigned not_eol : 1; member in struct:re_pattern_buffer
H A Dregex.c927 printf ("not_eol: %d\t", bufp->not_eol);
1887 `not_bol' and `not_eol' are zero;
1975 bufp->not_bol = bufp->not_eol = 0;
4653 if (!bufp->not_eol) break;
5793 private_preg.not_eol = !!(eflags & REG_NOTEOL);

Completed in 122 milliseconds