Searched refs:re_nsub (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 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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Dexpr.c236 if (re_buffer.re_nsub > 0) {
243 if (re_buffer.re_nsub > 0)

Completed in 167 milliseconds