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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c443 sopno subno; local
454 subno = p->g->nsub;
455 if (subno < NPAREN)
456 p->pbegin[subno] = HERE();
457 EMIT(OLPAREN, subno);
460 if (subno < NPAREN) {
461 p->pend[subno] = HERE();
462 assert(p->pend[subno] != 0);
464 EMIT(ORPAREN, subno);
668 sopno subno; local
[all...]
/freebsd-13-stable/contrib/nvi/regex/
H A Dregcomp.c343 sopno subno; local
354 subno = p->g->nsub;
355 if (subno < NPAREN)
356 p->pbegin[subno] = HERE();
357 EMIT(OLPAREN, subno);
360 if (subno < NPAREN) {
361 p->pend[subno] = HERE();
362 assert(p->pend[subno] != 0);
364 EMIT(ORPAREN, subno);
550 sopno subno; local
[all...]
/freebsd-13-stable/lib/libc/regex/
H A Dregcomp.c407 sopno subno; local
422 subno = p->g->nsub;
423 if (subno < NPAREN)
424 p->pbegin[subno] = HERE();
425 EMIT(OLPAREN, subno);
428 if (subno < NPAREN) {
429 p->pend[subno] = HERE();
430 assert(p->pend[subno] != 0);
432 EMIT(ORPAREN, subno);
826 sopno subno; local
[all...]

Completed in 103 milliseconds