Home
last modified time | relevance | path

Searched refs:yysetdict (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/ipfilter/tools/
HDipf_y.y465 yysetdict(NULL); }
728 '(' { yysetdict(icmpcodewords); }
765 '/' { yysetdict(NULL); }
780 yysetdict(addrwords);
790 yysetdict(addrwords);
1040 maskspace { yysetdict(maskwords);
1072 { ifpflag = FRI_DYNAMIC; yysetdict(maskwords); }
1088 { ifpflag = FRI_DYNAMIC; yysetdict(maskwords); }
1243 yysetdict(NULL);
1249 yysetdict(NULL);
[all …]
HDlexer.h26 extern void yysetdict __P((wordtab_t *));
HDlexer.c691 void yysetdict(newdict) in yysetdict() function
HDipnat_y.y413 pconf: IPNY_PROXY { yysetdict(proxies); }