Searched refs:optnl (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/usr.sbin/ypldap/
H A Dparse.y122 nl : '\n' optnl
125 optnl : '\n' optnl label
286 } '{' optnl diropts '}' {
331 | diropt optnl
/freebsd-current/sbin/pfctl/
H A Dparse.y672 | SET TIMEOUT '{' optnl timeout_list '}'
674 | SET LIMIT '{' optnl limit_list '}'
1660 | FOR '{' optnl antispoof_iflst '}' { $$ = $4; }
1663 antispoof_iflst : antispoof_if optnl { $$ = $1; }
1664 | antispoof_iflst comma antispoof_if optnl {
1780 | '{' optnl '}' { table_opts.init_addr = 1; }
1781 | '{' optnl host_list '}' {
2319 | '{' optnl qassign_list '}' { $$ = $3; }
2322 qassign_list : qassign_item optnl { $$ = $1; }
2323 | qassign_list comma qassign_item optnl {
3551 optnl : '\\n' optnl label
[all...]

Completed in 80 milliseconds