Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/common/
H A Dipf_y.y58 static int nowith = 0; variable
799 IPFY_WITH { nowith = 0; setipftype(); }
800 | IPFY_AND { nowith = 0; setipftype(); }
1446 withopt { nowith = 0; }
1447 | withlist withopt { nowith = 0; }
1448 | withlist ',' withopt { nowith = 0; }
1470 IPFY_NOT { nowith = 1; }
1471 | IPFY_NO { nowith = 1; }
1502 if (!nowith)
1514 if (!nowith)
[all …]