Lines Matching refs:PASS
410 %token PASS BLOCK SCRUB RETURN IN OS OUT LOG QUICK ON FROM TO FLAGS
1753 /* 'keep state' by default on pass rules. */
2170 action : PASS { $$.b1 = PF_PASS; $$.b2 = $$.w = 0; }
3466 | PASS { $$.b1 = 1; $$.b2 = 0; $$.w2 = 0; }
3467 | PASS log { $$.b1 = 1; $$.b2 = $2.log; $$.w2 = $2.logif; }
3473 yyerror("\"pass\" not valid with \"no\"");
3486 yyerror("\"pass\" not valid with \"no\"");
3680 yyerror("\"pass\" not valid with \"no\"");
4092 yyerror("allow-opts can only be specified for pass rules");
4954 { "pass", PASS},