Searched refs:cur_nsub (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/libgnuregex/
H A Dregcomp.c2454 size_t cur_nsub;
2455 cur_nsub = preg->re_nsub++;
2475 if (cur_nsub <= '9' - '1')
2476 dfa->completed_bkref_map |= 1 << cur_nsub;
2484 tree->token.opr.idx = cur_nsub;
2445 size_t cur_nsub; local

Completed in 102 milliseconds