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

/freebsd-10.1-release/contrib/ipfilter/tools/
H A Dlexer.h25 extern wordtab_t *yysettab __P((wordtab_t *));
26 extern void yysetdict __P((wordtab_t *));
27 extern void yysetfixeddict __P((wordtab_t *));
H A Dlexer.c50 wordtab_t *yywordtab = NULL;
52 wordtab_t *yysavewords[30];
55 static wordtab_t *yyfindkey __P((char *));
539 wordtab_t *w;
604 static wordtab_t *yyfindkey(key)
607 wordtab_t *w;
622 wordtab_t *w;
634 wordtab_t *yysettab(words)
635 wordtab_t *words;
637 wordtab_t *sav
[all...]
H A Dipnat_y.y1237 static wordtab_t proxies[] = {
1241 static wordtab_t dnswords[] = {
1250 static wordtab_t yywords[] = {
H A Dippool_y.y567 static wordtab_t yywords[] = {
H A Dipnat.c97 wordtab_t *nat_fields = NULL;
H A Dippool.c72 wordtab_t *pool_fields = NULL;
H A Dipfstat.c91 static wordtab_t *state_fields = NULL;
/freebsd-10.1-release/contrib/ipfilter/lib/
H A Dfindword.c12 wordtab_t *findword(words, name)
13 wordtab_t *words;
16 wordtab_t *w;
H A Dparsefields.c5 wordtab_t *parsefields(table, arg)
6 wordtab_t *table;
9 wordtab_t *f, *fields;
H A Dprintfieldhdr.c15 wordtab_t *words, *field;
17 wordtab_t *w;
H A Dprintdstlist.c17 wordtab_t *fields;
H A Dprinthash.c18 wordtab_t *fields;
H A Dprinthash_live.c18 wordtab_t *fields;
H A Dprinthashnode.c18 wordtab_t *fields;
H A Dprintpool.c18 wordtab_t *fields;
H A Dprintpool_live.c18 wordtab_t *fields;
H A Dprintpoolnode.c16 wordtab_t *fields;
H A Dprintdstl_live.c22 wordtab_t *fields;
H A Dprintdstlistnode.c15 wordtab_t *fields;
H A Dprintnatfield.c11 wordtab_t natfields[] = {
H A Dprintpoolfield.c11 wordtab_t poolfields[] = {
H A Dprintstatefields.c11 wordtab_t statefields[] = {
/freebsd-10.1-release/contrib/ipfilter/
H A Dipf.h176 } wordtab_t; typedef in typeref:struct:wordtab
226 extern wordtab_t statefields[];
227 extern wordtab_t natfields[];
228 extern wordtab_t poolfields[];
247 extern wordtab_t *findword __P((wordtab_t *, char *));
302 extern wordtab_t *parsefields __P((wordtab_t *, char *));
316 extern void printfieldhdr __P((wordtab_t *, wordtab_t *));
[all...]

Completed in 145 milliseconds