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

/freebsd-10.0-release/sbin/pfctl/
H A Dparse.y489 %type <v.state_opt> state_opt_spec state_opt_list state_opt_item
3443 state_opt_list : state_opt_item { $$ = $1; }
3444 | state_opt_list comma state_opt_item {
3451 state_opt_item : MAXIMUM NUMBER { label
3458 err(1, "state_opt_item: calloc");
3467 err(1, "state_opt_item: calloc");
3479 err(1, "state_opt_item: calloc");
3492 err(1, "state_opt_item: calloc");
3506 err(1, "state_opt_item: calloc");
3521 err(1, "state_opt_item
[all...]

Completed in 110 milliseconds