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

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dregc_nfa.c536 - cparc - allocate a new arc within an NFA, copying details from old one
537 ^ static VOID cparc(struct nfa *, struct arc *, struct state *,
541 cparc(
570 cparc(nfa, a, a->from, newState);
593 cparc(nfa, a, a->from, newState);
613 cparc(nfa, a, newState, a->to);
634 cparc(nfa, a, newState, a->to);
787 cparc(nfa, a, s->tmp, a->to->tmp);
991 cparc(nfa, con, s, to); /* move constraint arc */
1015 cparc(nf
526 cparc( function
[all...]
H A Dregcomp.c125 static void cparc(struct nfa *, struct arc *, struct state *, struct state *);
620 cparc(nfa, a, a->from, s2);
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dregc_nfa.c482 - cparc - allocate a new arc within an NFA, copying details from old one
483 ^ static VOID cparc(struct nfa *, struct arc *, struct state *,
487 cparc(nfa, oa, from, to) function
515 cparc(nfa, a, a->from, new);
537 cparc(nfa, a, a->from, new);
555 cparc(nfa, a, new, a->to);
575 cparc(nfa, a, new, a->to);
717 cparc(nfa, a, s->tmp, a->to->tmp);
895 cparc(nfa, con, s, to); /* move constraint arc */
915 cparc(nf
[all...]
H A Dregcomp.c128 static VOID cparc _ANSI_ARGS_((struct nfa *, struct arc *, struct state *, struct state *));
572 cparc(nfa, a, a->from, s2);

Completed in 295 milliseconds