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

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

Completed in 66 milliseconds