Lines Matching defs:state_opt_item
454 %type <v.state_opt> state_opt_spec state_opt_list state_opt_item
3131 state_opt_list : state_opt_item { $$ = $1; }
3132 | state_opt_list comma state_opt_item {
3139 state_opt_item : MAXIMUM number {
3142 err(1, "state_opt_item: calloc");
3151 err(1, "state_opt_item: calloc");
3159 err(1, "state_opt_item: calloc");
3168 err(1, "state_opt_item: calloc");
3177 err(1, "state_opt_item: calloc");
3192 err(1, "state_opt_item: calloc");
3195 errx(1, "state_opt_item: strlcpy");
3205 err(1, "state_opt_item: calloc");
3214 err(1, "state_opt_item: calloc");
3223 err(1, "state_opt_item: calloc");
3248 err(1, "state_opt_item: calloc");