Home
last modified time | relevance | path

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

/PHP-5.3/ext/ereg/regex/
H A Dregcomp.c245 register sopno subno; local
256 subno = p->g->nsub;
257 if (subno < NPAREN)
259 EMIT(OLPAREN, subno);
262 if (subno < NPAREN) {
266 EMIT(ORPAREN, subno);
450 register sopno subno; local
476 subno = p->g->nsub;
477 if (subno < NPAREN)
479 EMIT(OLPAREN, subno);
[all …]

Completed in 7 milliseconds