Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ipf/tools/
H A Dipf_y.y68 static int *yycont = 0; variable
464 if (yycont != NULL)
465 *yycont = 1;
631 ':' { yyexpectaddr = 1; yycont = &yyexpectaddr; resetaddr(); }
740 fromto: from srcobject to dstobject { yyexpectaddr = 0; yycont = NULL; }
741 | to dstobject { yyexpectaddr = 0; yycont = NULL; }
742 | from srcobject { yyexpectaddr = 0; yycont = NULL; }
751 yycont = &yyexpectaddr;
761 yycont = &yyexpectaddr;
1075 pool: IPFY_POOL { yyexpectaddr = 0; yycont = NULL; yyresetdict(); }
[all …]