HomeSort by: relevance | last modified time | path
    Searched defs:subno (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libc/regex/
regcomp.c 452 sopno subno; local in function:p_ere_exp
469 subno = (sopno)p->g->nsub;
470 if (subno < NPAREN)
471 p->pbegin[subno] = HERE();
472 EMIT(OLPAREN, subno);
475 if (subno < NPAREN) {
476 p->pend[subno] = HERE();
477 assert(p->pend[subno] != 0);
479 EMIT(ORPAREN, subno);
894 sopno subno; local in function:p_simp_re
    [all...]
regcomp.c 452 sopno subno; local in function:p_ere_exp
469 subno = (sopno)p->g->nsub;
470 if (subno < NPAREN)
471 p->pbegin[subno] = HERE();
472 EMIT(OLPAREN, subno);
475 if (subno < NPAREN) {
476 p->pend[subno] = HERE();
477 assert(p->pend[subno] != 0);
479 EMIT(ORPAREN, subno);
894 sopno subno; local in function:p_simp_re
    [all...]
regcomp.c 452 sopno subno; local in function:p_ere_exp
469 subno = (sopno)p->g->nsub;
470 if (subno < NPAREN)
471 p->pbegin[subno] = HERE();
472 EMIT(OLPAREN, subno);
475 if (subno < NPAREN) {
476 p->pend[subno] = HERE();
477 assert(p->pend[subno] != 0);
479 EMIT(ORPAREN, subno);
894 sopno subno; local in function:p_simp_re
    [all...]
regcomp.c 452 sopno subno; local in function:p_ere_exp
469 subno = (sopno)p->g->nsub;
470 if (subno < NPAREN)
471 p->pbegin[subno] = HERE();
472 EMIT(OLPAREN, subno);
475 if (subno < NPAREN) {
476 p->pend[subno] = HERE();
477 assert(p->pend[subno] != 0);
479 EMIT(ORPAREN, subno);
894 sopno subno; local in function:p_simp_re
    [all...]
regcomp.c 452 sopno subno; local in function:p_ere_exp
469 subno = (sopno)p->g->nsub;
470 if (subno < NPAREN)
471 p->pbegin[subno] = HERE();
472 EMIT(OLPAREN, subno);
475 if (subno < NPAREN) {
476 p->pend[subno] = HERE();
477 assert(p->pend[subno] != 0);
479 EMIT(ORPAREN, subno);
894 sopno subno; local in function:p_simp_re
    [all...]
regcomp.c 452 sopno subno; local in function:p_ere_exp
469 subno = (sopno)p->g->nsub;
470 if (subno < NPAREN)
471 p->pbegin[subno] = HERE();
472 EMIT(OLPAREN, subno);
475 if (subno < NPAREN) {
476 p->pend[subno] = HERE();
477 assert(p->pend[subno] != 0);
479 EMIT(ORPAREN, subno);
894 sopno subno; local in function:p_simp_re
    [all...]

Completed in 67 milliseconds