Lines Matching refs:compile_expr0

2781 static int compile_expr0(char_u **arg,  cctx_T *cctx);
3310 expr_res = compile_expr0(&s, cctx); in compile_string()
3366 if (compile_expr0(&p, cctx) == FAIL) in compile_arguments()
3846 if (compile_expr0(arg, cctx) == FAIL) in compile_dict()
4296 ret = compile_expr0(arg, cctx); in compile_parenthesis()
4515 if (compile_expr0(arg, cctx) == FAIL) in compile_subscript()
4544 if (compile_expr0(arg, cctx) == FAIL) in compile_subscript()
5659 compile_expr0(char_u **arg, cctx_T *cctx) in compile_expr0() function
5692 if (compile_expr0(&p, cctx) == FAIL) in compile_return()
6600 (void)compile_expr0(&p, cctx); in has_list_index()
6633 r = compile_expr0(&p, cctx); in compile_assign_index()
6654 r = compile_expr0(&p, cctx); in compile_assign_index()
6697 res = compile_expr0(&p, cctx); in compile_load_lhs()
6977 if (compile_expr0(&p, cctx) == FAIL) in compile_assignment()
7051 (void)compile_expr0(&p, cctx); in compile_assignment()
8155 if (compile_expr0(&arg, cctx) == FAIL) in compile_for()
8390 if (compile_expr0(&p, cctx) == FAIL) in compile_while()
8909 if (compile_expr0(&p, cctx) == FAIL) in compile_throw()
8933 if (compile_expr0(&p, cctx) == FAIL) in compile_eval()
8971 if (compile_expr0(&p, cctx) == FAIL) in compile_mult_expr()
9047 if (compile_expr0(&p, cctx) == FAIL) in compile_put()
9225 if (compile_expr0(&p, cctx) == FAIL) in compile_exec()
9324 expr_res = compile_expr0(&cmd, cctx); in compile_substitute()
9461 if (compile_expr0(&p, cctx) == FAIL) in compile_cexpr()
9658 r = compile_expr0(&arg, &cctx); in compile_def_function()