Searched refs:RE_NREGS (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.h375 for `max (RE_NREGS, re_nsub + 1)' groups.
424 #ifndef RE_NREGS
425 # define RE_NREGS 30
421 # define RE_NREGS macro
H A Dregex.c6103 regs->num_regs = MAX (RE_NREGS, num_regs + 1);
7884 /* GNU code is written to assume at least RE_NREGS registers will be set
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dregex-gnu.h365 for `max (RE_NREGS, re_nsub + 1)' groups.
414 #ifndef RE_NREGS
415 # define RE_NREGS 30
411 # define RE_NREGS macro
H A Dregex.c4204 regs->num_regs = MAX (RE_NREGS, num_regs + 1);
5551 /* GNU code is written to assume at least RE_NREGS registers will be set

Completed in 118 milliseconds