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

/freebsd-11-stable/sbin/pfctl/
H A Dparse.y492 %type <v.os> os xos os_list
2922 | OS '{' optnl os_list '}' { $$ = $4; }
2934 os_list : xos optnl { $$ = $1; } label
2935 | os_list comma xos optnl {

Completed in 105 milliseconds