Searched refs:extra_nmatch (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Dregexec.c669 Idx extra_nmatch;
687 extra_nmatch = (nmatch > preg->re_nsub) ? nmatch - (preg->re_nsub + 1) : 0;
688 nmatch -= extra_nmatch;
963 for (reg_idx = 0; reg_idx < extra_nmatch; ++reg_idx)
666 Idx extra_nmatch; local
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dregexec.c658 Idx extra_nmatch;
676 extra_nmatch = (nmatch > preg->re_nsub) ? nmatch - (preg->re_nsub + 1) : 0;
677 nmatch -= extra_nmatch;
951 for (reg_idx = 0; reg_idx < extra_nmatch; ++reg_idx)
655 Idx extra_nmatch; local
/haiku-fatelf/src/system/libroot/posix/glibc/regex/
H A Dregexec.c635 int extra_nmatch;
651 extra_nmatch = (nmatch > preg->re_nsub) ? nmatch - (preg->re_nsub + 1) : 0;
652 nmatch -= extra_nmatch;
916 for (reg_idx = 0; reg_idx < extra_nmatch; ++reg_idx)
632 int extra_nmatch; local

Completed in 59 milliseconds