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

/freebsd-10-stable/sbin/pfctl/
H A Dparse.y494 %type <v.state_opt> state_opt_spec state_opt_list state_opt_item
3579 state_opt_list : state_opt_item { $$ = $1; }
3580 | state_opt_list comma state_opt_item {
3587 state_opt_item : MAXIMUM NUMBER { label
3594 err(1, "state_opt_item: calloc");
3603 err(1, "state_opt_item: calloc");
3615 err(1, "state_opt_item: calloc");
3628 err(1, "state_opt_item: calloc");
3642 err(1, "state_opt_item: calloc");
3657 err(1, "state_opt_item
[all...]

Completed in 60 milliseconds