Lines Matching defs:arg

279 	char_u *arg = FUNCARG(cctx->ctx_ufunc, idx);  in arg_exists()  local
2687 may_peek_next_line(cctx_T *cctx, char_u *arg, char_u **nextp) in may_peek_next_line()
2734 may_get_next_line(char_u *whitep, char_u **arg, cctx_T *cctx) in may_get_next_line()
2754 may_get_next_line_error(char_u *whitep, char_u **arg, cctx_T *cctx) in may_get_next_line_error()
3124 char_u **arg, in compile_load()
3343 compile_arguments(char_u **arg, cctx_T *cctx, int *argcount, int is_searchpair) in compile_arguments()
3412 char_u **arg, in compile_call()
3596 to_name_end(char_u *arg, int use_namespace) in to_name_end()
3620 to_name_const_end(char_u *arg) in to_name_const_end()
3644 compile_list(char_u **arg, cctx_T *cctx, ppconst_T *ppconst) in compile_list()
3698 compile_lambda(char_u **arg, cctx_T *cctx) in compile_lambda()
3770 char_u **arg, in get_lambda_tv_and_compile()
3812 compile_dict(char_u **arg, cctx_T *cctx, ppconst_T *ppconst) in compile_dict()
3980 compile_get_option(char_u **arg, cctx_T *cctx) in compile_get_option()
4008 compile_get_env(char_u **arg, cctx_T *cctx) in compile_get_env()
4034 compile_get_register(char_u **arg, cctx_T *cctx) in compile_get_register()
4119 get_vim_constant(char_u **arg, typval_T *rettv) in get_vim_constant()
4202 skip_expr_cctx(char_u **arg, cctx_T *cctx) in skip_expr_cctx()
4280 compile_parenthesis(char_u **arg, cctx_T *cctx, ppconst_T *ppconst) in compile_parenthesis()
4316 char_u **arg, in compile_subscript()
4644 char_u **arg, in compile_expr7()
4894 compile_expr7t(char_u **arg, cctx_T *cctx, ppconst_T *ppconst) in compile_expr7t()
4946 compile_expr6(char_u **arg, cctx_T *cctx, ppconst_T *ppconst) in compile_expr6()
5024 compile_expr5(char_u **arg, cctx_T *cctx, ppconst_T *ppconst) in compile_expr5()
5139 compile_expr4(char_u **arg, cctx_T *cctx, ppconst_T *ppconst) in compile_expr4()
5233 char_u **arg, in compile_and_or()
5417 compile_expr3(char_u **arg, cctx_T *cctx, ppconst_T *ppconst) in compile_expr3()
5442 compile_expr2(char_u **arg, cctx_T *cctx, ppconst_T *ppconst) in compile_expr2()
5472 compile_expr1(char_u **arg, cctx_T *cctx, ppconst_T *ppconst) in compile_expr1()
5638 compile_expr0_ext(char_u **arg, cctx_T *cctx, int *is_const) in compile_expr0_ext()
5659 compile_expr0(char_u **arg, cctx_T *cctx) in compile_expr0()
5669 compile_return(char_u *arg, int check_return_type, int legacy, cctx_T *cctx) in compile_return()
6877 compile_assignment(char_u *arg, exarg_T *eap, cmdidx_T cmdidx, cctx_T *cctx) in compile_assignment()
7577 compile_unletlock(char_u *arg, exarg_T *eap, cctx_T *cctx) in compile_unletlock()
7714 compile_if(char_u *arg, cctx_T *cctx) in compile_if()
7793 compile_elseif(char_u *arg, cctx_T *cctx) in compile_elseif()
7944 compile_else(char_u *arg, cctx_T *cctx) in compile_else()
8012 compile_endif(char_u *arg, cctx_T *cctx) in compile_endif()
8084 char_u *arg; in compile_for() local
8324 compile_endfor(char_u *arg, cctx_T *cctx) in compile_endfor()
8377 compile_while(char_u *arg, cctx_T *cctx) in compile_while()
8420 compile_endwhile(char_u *arg, cctx_T *cctx) in compile_endwhile()
8460 compile_continue(char_u *arg, cctx_T *cctx) in compile_continue()
8503 compile_break(char_u *arg, cctx_T *cctx) in compile_break()
8535 compile_block(char_u *arg, cctx_T *cctx) in compile_block()
8588 compile_try(char_u *arg, cctx_T *cctx) in compile_try()
8630 compile_catch(char_u *arg, cctx_T *cctx UNUSED) in compile_catch()
8749 compile_finally(char_u *arg, cctx_T *cctx) in compile_finally()
8822 compile_endtry(char_u *arg, cctx_T *cctx) in compile_endtry()
8905 compile_throw(char_u *arg, cctx_T *cctx UNUSED) in compile_throw()
8922 compile_eval(char_u *arg, cctx_T *cctx) in compile_eval()
8956 compile_mult_expr(char_u *arg, int cmdidx, cctx_T *cctx) in compile_mult_expr()
9034 compile_put(char_u *arg, exarg_T *eap, cctx_T *cctx) in compile_put()
9295 compile_substitute(char_u *arg, exarg_T *eap, cctx_T *cctx) in compile_substitute()
9375 char_u *arg = eap->arg; in compile_redir() local
9482 check_global_and_subst(char_u *cmd, char_u *arg) in check_global_and_subst()
9634 char_u *arg; in compile_def_function() local