Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y487 yysetdict(NULL); }
702 '(' { yysetdict(icmpcodewords); }
737 '/' { yysetdict(NULL); }
752 yysetdict(addrwords);
762 yysetdict(addrwords);
1126 yysetdict(NULL); }
1131 yysetdict(NULL); }
1136 yysetdict(NULL); }
1164 yysetdict(icmptypewords); }
1288 yysetdict(ipv6optwords);
[all …]
H A Dlexer.h24 extern void yysetdict __P((wordtab_t *));
H A Dlexer.c637 void yysetdict(newdict) in yysetdict() function