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

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dregcomp.c47 static void parseqatom(struct vars *, int, int, struct state *, struct state *, struct subre *);
715 * This mostly manages concatenation, working closely with parseqatom().
746 /* NB, recursion in parseqatom() may swallow rest of branch */
747 parseqatom(v, stopper, type, lp, right, t);
763 - parseqatom - parse one quantified atom or constraint of an RE function
767 ^ static void parseqatom(struct vars *, int, int, struct state *,
771 parseqatom(
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dregcomp.c47 static VOID parseqatom _ANSI_ARGS_((struct vars *, int, int, struct state *, struct state *, struct subre *));
658 * This mostly manages concatenation, working closely with parseqatom().
689 /* NB, recursion in parseqatom() may swallow rest of branch */
690 parseqatom(v, stopper, type, lp, right, t);
704 - parseqatom - parse one quantified atom or constraint of an RE
708 ^ static VOID parseqatom(struct vars *, int, int, struct state *,
712 parseqatom(v, stopper, type, lp, rp, top) function

Completed in 97 milliseconds