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

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

Completed in 174 milliseconds