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

/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A Dregc_nfa.c38 #define NISERR() VISERR(nfa->v)
39 #define NERR(e) VERR(nfa->v, (e))
44 ^ static struct nfa *newnfa(struct vars *, struct colormap *, struct nfa *);
46 static struct nfa * /* the NFA, or NULL */
50 struct nfa *parent; /* NULL if primary NFA */
52 struct nfa *nfa; local
54 nfa = (struct nfa *)MALLO
[all...]
H A Dregcomp.c44 static VOID makesearch _ANSI_ARGS_((struct vars *, struct nfa *));
105 static VOID okcolors _ANSI_ARGS_((struct nfa *, struct colormap *));
109 static VOID rainbow _ANSI_ARGS_((struct nfa *, struct colormap *, int, pcolor, struct state *, struct state *));
110 static VOID colorcomplement _ANSI_ARGS_((struct nfa *, struct colormap *, int, struct state *, struct state *, struct state *));
117 static struct nfa *newnfa _ANSI_ARGS_((struct vars *, struct colormap *, struct nfa *));
118 static VOID freenfa _ANSI_ARGS_((struct nfa *));
119 static struct state *newstate _ANSI_ARGS_((struct nfa *));
120 static struct state *newfstate _ANSI_ARGS_((struct nfa *, int flag));
121 static VOID dropstate _ANSI_ARGS_((struct nfa *, struc
212 struct nfa *nfa; /* the NFA */ member in struct:vars
1939 struct nfa *nfa; local
[all...]
H A Dregc_color.c420 newarc(v->nfa, PLAIN, subcolor(v->cm, from), lp, rp);
430 newarc(v->nfa, PLAIN, subcolor(v->cm, from), lp, rp);
502 newarc(v->nfa, PLAIN, sco, lp, rp);
513 newarc(v->nfa, PLAIN, sco, lp, rp);
526 ^ static VOID okcolors(struct nfa *, struct colormap *);
529 okcolors(nfa, cm)
530 struct nfa *nfa;
569 newarc(nfa, a->type, sco, a->from, a->to);
637 ^ static VOID rainbow(struct nfa *, struc
[all...]
H A Dregguts.h318 struct nfa { struct
333 struct nfa *parent; /* parent NFA, if any */
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A Dregc_nfa.c35 #define NISERR() VISERR(nfa->v)
36 #define NERR(e) VERR(nfa->v, (e))
41 ^ static struct nfa *newnfa(struct vars *, struct colormap *, struct nfa *);
43 static struct nfa * /* the NFA, or NULL */
47 struct nfa *parent) /* NULL if primary NFA */
49 struct nfa *nfa;
51 nfa = (struct nfa *) MALLO
48 struct nfa *nfa; local
93 TooManyStates( struct nfa *nfa) argument
114 IncrementSize( struct nfa *nfa) argument
131 DecrementSize( struct nfa *nfa) argument
148 freenfa( struct nfa *nfa) argument
174 newstate( struct nfa *nfa) argument
230 newfstate( struct nfa *nfa, int flag) argument
248 dropstate( struct nfa *nfa, struct state *s) argument
268 freestate( struct nfa *nfa, struct state *s) argument
300 destroystate( struct nfa *nfa, struct state *s) argument
324 newarc( struct nfa *nfa, int t, pcolor co, struct state *from, struct state *to) argument
381 allocarc( struct nfa *nfa, struct state *s) argument
432 freearc( struct nfa *nfa, struct arc *victim) argument
526 cparc( struct nfa *nfa, struct arc *oa, struct state *from, struct state *to) argument
544 moveins( struct nfa *nfa, struct state *oldState, struct state *newState) argument
566 copyins( struct nfa *nfa, struct state *oldState, struct state *newState) argument
585 moveouts( struct nfa *nfa, struct state *oldState, struct state *newState) argument
605 copyouts( struct nfa *nfa, struct state *oldState, struct state *newState) argument
625 cloneouts( struct nfa *nfa, struct state *old, struct state *from, struct state *to, int type) argument
648 delsub( struct nfa *nfa, struct state *lp, struct state *rp) argument
671 deltraverse( struct nfa *nfa, struct state *leftend, struct state *s) argument
715 dupnfa( struct nfa *nfa, struct state *start, struct state *stop, struct state *from, struct state *to) argument
740 duptraverse( struct nfa *nfa, struct state *s, struct state *stmp) argument
772 cleartraverse( struct nfa *nfa, struct state *s) argument
793 specialcolors( struct nfa *nfa) argument
822 optimize( struct nfa *nfa, FILE *f) argument
856 pullback( struct nfa *nfa, FILE *f) argument
910 pull( struct nfa *nfa, struct arc *con) argument
1013 pushfwd( struct nfa *nfa, FILE *f) argument
1067 push( struct nfa *nfa, struct arc *con) argument
1232 fixempties( struct nfa *nfa, FILE *f) argument
1272 unempty( struct nfa *nfa, struct arc *a) argument
1338 cleanup( struct nfa *nfa) argument
1380 markreachable( struct nfa *nfa, struct state *s, struct state *okay, struct state *mark) argument
1404 markcanreach( struct nfa *nfa, struct state *s, struct state *okay, struct state *mark) argument
1427 analyze( struct nfa *nfa) argument
1451 compact( struct nfa *nfa, struct cnfa *cnfa) argument
1588 dumpnfa( struct nfa *nfa, FILE *f) argument
[all...]
H A Dregcomp.c44 static void makesearch(struct vars *, struct nfa *);
103 static void okcolors(struct nfa *, struct colormap *);
106 static void rainbow(struct nfa *, struct colormap *, int, pcolor, struct state *, struct state *);
107 static void colorcomplement(struct nfa *, struct colormap *, int, struct state *, struct state *, struct state *);
114 static struct nfa *newnfa(struct vars *, struct colormap *, struct nfa *);
115 static void freenfa(struct nfa *);
116 static struct state *newstate(struct nfa *);
117 static struct state *newfstate(struct nfa *, int flag);
118 static void dropstate(struct nfa *, struc
202 struct nfa *nfa; /* the NFA */ member in struct:vars
538 makesearch( struct vars *v, struct nfa *nfa) argument
1890 struct nfa *nfa; local
[all...]
H A Dregc_color.c459 newarc(v->nfa, PLAIN, subcolor(v->cm, from), lp, rp);
478 newarc(v->nfa, PLAIN, subcolor(v->cm, from), lp, rp);
563 newarc(v->nfa, PLAIN, sco, lp, rp);
577 newarc(v->nfa, PLAIN, sco, lp, rp);
591 ^ static VOID okcolors(struct nfa *, struct colormap *);
595 struct nfa *nfa,
644 newarc(nfa, a->type, sco, a->from, a->to);
700 ^ static VOID rainbow(struct nfa *, struct colormap *, int, pcolor,
705 struct nfa *nf
581 okcolors( struct nfa *nfa, struct colormap *cm) argument
688 rainbow( struct nfa *nfa, struct colormap *cm, int type, pcolor but, struct state *from, struct state *to) argument
715 colorcomplement( struct nfa *nfa, struct colormap *cm, int type, struct state *of, struct state *from, struct state *to) argument
[all...]
H A Dregguts.h295 struct nfa { struct
311 struct nfa *parent; /* parent NFA, if any */
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-netfilter-linux.c269 struct nfattr *nfa = (struct nfattr *) (buf + NLMSG_ALIGN(nlh->nlmsg_len)); local
271 nfa->nfa_type = mynfa->nfa_type;
272 nfa->nfa_len = NFA_LENGTH(mynfa->nfa_len);
273 memcpy(NFA_DATA(nfa), mynfa->data, mynfa->nfa_len);
274 nlh->nlmsg_len = NLMSG_ALIGN(nlh->nlmsg_len) + NFA_ALIGN(nfa->nfa_len);
334 struct my_nfattr nfa; local
338 nfa.data = &msg;
339 nfa.nfa_type = NFULA_CFG_CMD;
340 nfa.nfa_len = sizeof(msg);
342 return nflog_send_config_msg(handle, family, group_id, &nfa);
349 struct my_nfattr nfa; local
365 struct my_nfattr nfa; local
387 struct my_nfattr nfa; local
403 struct my_nfattr nfa; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_fa/
H A Dfaop.tcl359 set subsets(nfa,$id) $starts
377 set subsets(nfa,$id) $nfaset
388 set nfaset $subsets(nfa,$dfastate)
402 set subsets(nfa,$id) $nfanext
420 # The map is from new dfa states to the sets of nfa states.
424 lappend map $s $subsets(nfa,$s)
/macosx-10.10/files-662.1.1/private/etc/
H A Dservices2411 nfa 1155/udp # Network File Access
2412 nfa 1155/tcp # Network File Access

Completed in 152 milliseconds