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

/freebsd-11-stable/contrib/gcclibs/include/
H A Dxregex2.h394 unsigned not_eol : 1;
391 unsigned not_eol : 1; member in struct:re_pattern_buffer
/freebsd-11-stable/contrib/binutils/include/
H A Dxregex2.h394 unsigned not_eol : 1;
391 unsigned not_eol : 1; member in struct:re_pattern_buffer
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex.h345 the fields `re_nsub', `not_bol' and `not_eol' are available. All
421 unsigned __REPB_PREFIX(not_eol) : 1;
H A Dregcomp.c744 preg->not_bol = preg->not_eol = 0;
H A Dregexec.c431 eflags |= (bufp->not_eol) ? REG_NOTEOL : 0;
/freebsd-11-stable/contrib/gdb/include/
H A Dxregex2.h391 unsigned not_eol : 1;
388 unsigned not_eol : 1; member in struct:re_pattern_buffer
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dsearch.c503 patterns[i].regexbuf.not_eol = 0;
636 patterns[i].regexbuf.not_eol = 1;
647 patterns[i].regexbuf.not_eol = 0;
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c1171 printf ("not_eol: %d\t", bufp->not_eol);
2280 `not_bol' and `not_eol' are zero;
2415 bufp->not_bol = bufp->not_eol = 0;
6864 if (!bufp->not_eol) break;
8035 private_preg.not_eol = !!(eflags & REG_NOTEOL);
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c1171 printf ("not_eol: %d\t", bufp->not_eol);
2280 `not_bol' and `not_eol' are zero;
2415 bufp->not_bol = bufp->not_eol = 0;
6864 if (!bufp->not_eol) break;
8035 private_preg.not_eol = !!(eflags & REG_NOTEOL);

Completed in 289 milliseconds