Home
last modified time | relevance | path

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

/original-bsd/lib/libc/regex/
H A Dregcomp.c310 register sopno subno; local
321 subno = p->g->nsub;
322 if (subno < NPAREN)
324 EMIT(OLPAREN, subno);
327 if (subno < NPAREN) {
331 EMIT(ORPAREN, subno);
515 register sopno subno; local
541 subno = p->g->nsub;
542 if (subno < NPAREN)
544 EMIT(OLPAREN, subno);
[all …]