Lines Matching full:opt_comma
167 /* The opt_comma is necessary to support both the usual
170 opt_name2 opt_equal_name opt_ordinal opt_comma exp_opt_list opt_comma opt_equalequal_name
174 /* The opt_comma is necessary to support both the usual
177 exp_opt opt_comma exp_opt_list { $$ = $1 | $3; }
221 attr_list opt_comma attr { $$ = $1 | $3; }
225 opt_comma: