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

/freebsd-10-stable/sbin/pfctl/
H A Dparse.y485 %type <v.os> os xos os_list
2824 | OS '{' optnl os_list '}' { $$ = $4; }
2836 os_list : xos optnl { $$ = $1; } label
2837 | os_list comma xos optnl {

Completed in 105 milliseconds