Searched refs:parsebranch (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregcomp.c46 static struct subre *parsebranch _ANSI_ARGS_((struct vars *, int, int, struct state *, struct state *, int));
624 branch->left = parsebranch(v, stopper, type, left, right, 0);
657 - parsebranch - parse one branch of an RE
661 ^ static struct subre *parsebranch(struct vars *, int, int, struct state *,
665 parsebranch(v, stopper, type, left, right, partial) function
705 * The bookkeeping near the end cooperates very closely with parsebranch();
1095 t->right = parsebranch(v, stopper, type, atom->end, rp, 1);

Completed in 41 milliseconds