Searched refs:compile_expr1 (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | vim9compile.c | 2782 static int compile_expr1(char_u **arg, cctx_T *cctx, ppconst_T *ppconst); 4289 ret = compile_expr1(arg, cctx, ppconst); in compile_parenthesis() 5472 compile_expr1(char_u **arg, cctx_T *cctx, ppconst_T *ppconst) in compile_expr1() function 5558 if (compile_expr1(arg, cctx, ppconst) == FAIL) in compile_expr1() 5608 if (compile_expr1(arg, cctx, ppconst) == FAIL) in compile_expr1() 5643 if (compile_expr1(arg, cctx, &ppconst) == FAIL) in compile_expr0_ext() 7724 if (compile_expr1(&p, cctx, &ppconst) == FAIL) in compile_if() 7896 if (compile_expr1(&p, cctx, &ppconst) == FAIL) in compile_elseif()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 45621 Solution: Use compile_expr1() for parenthesis.
|