Home | History | Annotate | Download | only in regex

Lines Matching refs:top

246  - p_ere - ERE parser top level, concatenation and alternation
447 - p_bre - BRE parser top level, anchoring and concatenation
1084 cset *top = &p->g->sets[p->g->ncsets];
1089 if (cs == top-1) /* recover only the easy case */
1107 cset *top = &p->g->sets[p->g->ncsets];
1112 for (cs2 = &p->g->sets[0]; cs2 < top; cs2++)
1122 if (cs2 < top) { /* found one */