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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dregex.cpp377 pattern->not_eol = (eflags & REG_NOTEOL) != 0;

Completed in 77 milliseconds