Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ipf/dist/tools/
Dipf_y.y68 static int *yycont = NULL; variable
444 if (yycont != NULL)
445 *yycont = 1;
657 ':' { yyexpectaddr = 1; yycont = &yyexpectaddr; resetaddr(); }
770 fromto: from srcobject to dstobject { yyexpectaddr = 0; yycont = NULL; }
771 | to dstobject { yyexpectaddr = 0; yycont = NULL; }
772 | from srcobject { yyexpectaddr = 0; yycont = NULL; }
781 yycont = &yyexpectaddr;
791 yycont = &yyexpectaddr;
1202 pool: IPFY_POOL { yyexpectaddr = 0; yycont = NULL; yyresetdict(); }
[all …]