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

/macosx-10.9.5/ruby-104/ruby/
H A Dparse.y768 %type <node> paren_args opt_paren_args args_tail opt_args_tail block_args_tail opt_block_args_tail
4448 opt_args_tail : ',' args_tail label
4458 f_args : f_arg ',' f_optarg ',' f_rest_arg opt_args_tail
4462 | f_arg ',' f_optarg ',' f_rest_arg ',' f_arg opt_args_tail
4466 | f_arg ',' f_optarg opt_args_tail
4470 | f_arg ',' f_optarg ',' f_arg opt_args_tail
4474 | f_arg ',' f_rest_arg opt_args_tail
4478 | f_arg ',' f_rest_arg ',' f_arg opt_args_tail
4482 | f_arg opt_args_tail
4486 | f_optarg ',' f_rest_arg opt_args_tail
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.y768 %type <val> paren_args opt_paren_args args_tail opt_args_tail block_args_tail opt_block_args_tail
4448 opt_args_tail : ',' args_tail label
4458 f_args : f_arg ',' f_optarg ',' f_rest_arg opt_args_tail
4462 | f_arg ',' f_optarg ',' f_rest_arg ',' f_arg opt_args_tail
4466 | f_arg ',' f_optarg opt_args_tail
4470 | f_arg ',' f_optarg ',' f_arg opt_args_tail
4474 | f_arg ',' f_rest_arg opt_args_tail
4478 | f_arg ',' f_rest_arg ',' f_arg opt_args_tail
4482 | f_arg opt_args_tail
4486 | f_optarg ',' f_rest_arg opt_args_tail
[all...]

Completed in 137 milliseconds