Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/common/
H A Dipf_y.y66 static int *yycont = NULL; variable
442 if (yycont != NULL)
443 *yycont = 1;
655 ':' { yyexpectaddr = 1; yycont = &yyexpectaddr; resetaddr(); }
768 fromto: from srcobject to dstobject { yyexpectaddr = 0; yycont = NULL; }
769 | to dstobject { yyexpectaddr = 0; yycont = NULL; }
770 | from srcobject { yyexpectaddr = 0; yycont = NULL; }
779 yycont = &yyexpectaddr;
789 yycont = &yyexpectaddr;
1200 pool: IPFY_POOL { yyexpectaddr = 0; yycont = NULL; yyresetdict(); }
[all …]