Home
last modified time | relevance | path

Searched refs:compile_expr1 (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9compile.c2782 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 Dversion8.txt45621 Solution: Use compile_expr1() for parenthesis.