Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c443 sopno subno; in p_ere_exp() local
454 subno = p->g->nsub; in p_ere_exp()
455 if (subno < NPAREN) in p_ere_exp()
456 p->pbegin[subno] = HERE(); in p_ere_exp()
457 EMIT(OLPAREN, subno); in p_ere_exp()
460 if (subno < NPAREN) { in p_ere_exp()
461 p->pend[subno] = HERE(); in p_ere_exp()
462 assert(p->pend[subno] != 0); in p_ere_exp()
464 EMIT(ORPAREN, subno); in p_ere_exp()
668 sopno subno; in p_simp_re() local
[all …]
/freebsd/contrib/nvi/regex/
H A Dregcomp.c343 sopno subno; in p_ere_exp() local
354 subno = p->g->nsub; in p_ere_exp()
355 if (subno < NPAREN) in p_ere_exp()
356 p->pbegin[subno] = HERE(); in p_ere_exp()
357 EMIT(OLPAREN, subno); in p_ere_exp()
360 if (subno < NPAREN) { in p_ere_exp()
361 p->pend[subno] = HERE(); in p_ere_exp()
362 assert(p->pend[subno] != 0); in p_ere_exp()
364 EMIT(ORPAREN, subno); in p_ere_exp()
550 sopno subno; in p_simp_re() local
[all …]
/freebsd/lib/libc/regex/
H A Dregcomp.c399 sopno subno; in p_ere_exp() local
414 subno = p->g->nsub; in p_ere_exp()
415 if (subno < NPAREN) in p_ere_exp()
416 p->pbegin[subno] = HERE(); in p_ere_exp()
417 EMIT(OLPAREN, subno); in p_ere_exp()
420 if (subno < NPAREN) { in p_ere_exp()
421 p->pend[subno] = HERE(); in p_ere_exp()
422 assert(p->pend[subno] != 0); in p_ere_exp()
424 EMIT(ORPAREN, subno); in p_ere_exp()
833 sopno subno; in p_simp_re() local
[all …]