Searched refs:no_sub (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/include/
H A Dxregex2.h326 `translate', and `no_sub' can be set. After the pattern has been
387 unsigned no_sub : 1;
466 information in REGS (if REGS and BUFFER->no_sub are nonzero). */
384 unsigned no_sub : 1; member in struct:re_pattern_buffer
/freebsd-11-stable/contrib/binutils/include/
H A Dxregex2.h326 `translate', and `no_sub' can be set. After the pattern has been
387 unsigned no_sub : 1;
466 information in REGS (if REGS and BUFFER->no_sub are nonzero). */
384 unsigned no_sub : 1; member in struct:re_pattern_buffer
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex.h173 /* If this bit is set, then no_sub will be set to 1 during
414 unsigned __REPB_PREFIX(no_sub) : 1;
493 information in REGS (if REGS and BUFFER->no_sub are nonzero). */
H A Dregexec.c247 if (preg->no_sub)
297 If REGS is not NULL, and BUFP->no_sub is not set, the offsets of the match
437 if (BE (bufp->no_sub, 0))
857 if ((!preg->no_sub && nmatch > 1) || dfa->nbackref)
863 if ((!preg->no_sub && nmatch > 1 && dfa->has_plural_match)
899 if (!preg->no_sub && nmatch > 1)
H A Dregcomp.c224 setting no_sub, unless RE_NO_SUB is set. */
225 bufp->no_sub = !!(re_syntax_options & RE_NO_SUB);
499 preg->no_sub = !!(cflags & REG_NOSUB);
1200 if ((!preg->no_sub && preg->re_nsub > 0 && dfa->has_plural_match)
1340 if (preg->no_sub
/freebsd-11-stable/contrib/gdb/include/
H A Dxregex2.h323 `translate', and `no_sub' can be set. After the pattern has been
384 unsigned no_sub : 1;
474 information in REGS (if REGS and BUFFER->no_sub are nonzero). */
381 unsigned no_sub : 1; member in struct:re_pattern_buffer
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c1169 printf ("no_sub: %d\t", bufp->no_sub);
2422 /* Always count groups, whether or not bufp->no_sub is set. */
5456 If REGS is non-null and the `no_sub' field of BUFP is nonzero, we
5992 if (regs && !bufp->no_sub)
6075 } /* regs && !bufp->no_sub */
7795 setting no_sub. */
7796 bufp->no_sub = 0;
7973 preg->no_sub = !!(cflags & REG_NOSUB);
8030 boolean want_reg_info = !preg->no_sub
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c1169 printf ("no_sub: %d\t", bufp->no_sub);
2422 /* Always count groups, whether or not bufp->no_sub is set. */
5456 If REGS is non-null and the `no_sub' field of BUFP is nonzero, we
5992 if (regs && !bufp->no_sub)
6075 } /* regs && !bufp->no_sub */
7795 setting no_sub. */
7796 bufp->no_sub = 0;
7973 preg->no_sub = !!(cflags & REG_NOSUB);
8030 boolean want_reg_info = !preg->no_sub
[all...]

Completed in 241 milliseconds