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

/macosx-10.9.5/ruby-104/ruby/
H A Dparse.y772 %type <node> f_arglist f_args f_arg f_arg_item f_optarg f_marg f_marg_list f_margs
3483 f_larglist : '(' f_args opt_bv_decl ')'
3491 | f_args
4412 f_arglist : '(' f_args rparen
4422 | f_args term
4458 f_args : f_arg ',' f_optarg ',' f_rest_arg opt_args_tail label
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.y772 %type <val> f_arglist f_args f_arg f_arg_item f_optarg f_marg f_marg_list f_margs
3483 f_larglist : '(' f_args opt_bv_decl ')'
3491 | f_args
4412 f_arglist : '(' f_args rparen
4422 | f_args term
4458 f_args : f_arg ',' f_optarg ',' f_rest_arg opt_args_tail label
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim187 let f_args = matchstr(i,
190 let c_functions[f_name.'('] = f_args
304 let f_args = matchstr(i,
306 let int_functions[f_name.'('] = f_args.')'
471 let f_args = matchstr(i,
473 let int_functions[f_name.'('] = f_args.')'

Completed in 214 milliseconds