Searched refs:re_nsub (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregex.h163 size_t re_nsub; /* number of subexpressions */ member in struct:__anon752
H A Dregcomp.c419 re->re_nsub = v->nsubexp;
424 g->nsub = re->re_nsub;
2071 re->re_nsub, re->re_info, re->re_csize, g->ntree);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.h329 compiled, the `re_nsub' field is available. All other fields are
365 size_t re_nsub;
375 for `max (RE_NREGS, re_nsub + 1)' groups.
362 size_t re_nsub; member in struct:re_pattern_buffer
H A Dregex.c440 the range 0 to one less than the pattern buffer's re_nsub
449 number, in the range 0 to one less than `re_nsub' in the
1107 printf ("re_nsub: %Zd\t", bufp->re_nsub);
1109 printf ("re_nsub: %ld\t", (long int) bufp->re_nsub);
2283 `re_nsub' is the number of subexpressions in PATTERN;
2428 bufp->re_nsub = 0;
3670 bufp->re_nsub++;
4197 int num_regs = bufp->re_nsub
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dregex-gnu.h319 compiled, the `re_nsub' field is available. All other fields are
355 size_t re_nsub;
365 for `max (RE_NREGS, re_nsub + 1)' groups.
352 size_t re_nsub; member in struct:re_pattern_buffer
H A Dregex.c423 the range 0 to one less than the pattern buffer's re_nsub
432 number, in the range 0 to one less than `re_nsub' in the
921 printf ("re_nsub: %d\t", bufp->re_nsub);
1886 `re_nsub' is the number of subexpressions in PATTERN;
1983 bufp->re_nsub = 0;
2459 bufp->re_nsub++;
2965 int num_regs = bufp->re_nsub + 1;
3937 size_t num_regs = bufp->re_nsub + 1;
4016 if (bufp->re_nsub)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre.h68 size_t re_nsub; /* Number of parenthesized subexpressions. */ member in struct:__anon2736
H A Dtre-compile.c1897 preg->re_nsub = parse_ctx.submatch_id - 1;
1910 if (parse_ctx.max_backref > (int)preg->re_nsub)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/python/
H A Dtre-python.c348 nsub = self->rgx.re_nsub + 1;
401 { "nsub", T_INT, offsetof(TrePatternObject, rgx.re_nsub), READONLY,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dexpr.c236 if (re_buffer.re_nsub > 0) {
243 if (re_buffer.re_nsub > 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/tests/
H A Dretest.c289 if (!(cflags_global & REG_NOSUB) && reobj.re_nsub != i - 1
290 && reobj.re_nsub <= pmatch_len && pmatch)
297 printf(" re_nsub is %d, should be %d\n", (int)reobj.re_nsub, i - 1);

Completed in 266 milliseconds