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

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dregcomp.c66 static long nfatree(struct vars *, struct subre *, FILE *);
396 re->re_info |= nfatree(v, v->tree, debug);
1886 - nfatree - turn a subRE subtree into a tree of compacted NFAs
1887 ^ static long nfatree(struct vars *, struct subre *, FILE *);
1890 nfatree(
1898 (DISCARD) nfatree(v, t->left, f);
1901 (DISCARD) nfatree(v, t->right, f);
1909 - nfanode - do one NFA for nfatree
1863 nfatree( function
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dregcomp.c68 static long nfatree _ANSI_ARGS_((struct vars *, struct subre *, FILE *));
395 re->re_info |= nfatree(v, v->tree, debug);
1910 - nfatree - turn a subRE subtree into a tree of compacted NFAs
1911 ^ static long nfatree(struct vars *, struct subre *, FILE *);
1914 nfatree(v, t, f) function
1922 (DISCARD)nfatree(v, t->left, f);
1924 (DISCARD)nfatree(v, t->right, f);
1930 - nfanode - do one NFA for nfatree

Completed in 100 milliseconds