Lines Matching refs:generate_ppconst
2834 generate_ppconst(cctx_T *cctx, ppconst_T *ppconst) in generate_ppconst() function
3471 if (generate_ppconst(cctx, ppconst) == FAIL) in compile_call()
3825 if (generate_ppconst(cctx, ppconst) == FAIL) in compile_dict()
4294 if (generate_ppconst(cctx, ppconst) == FAIL) in compile_parenthesis()
4358 if (generate_ppconst(cctx, ppconst) == FAIL) in compile_subscript()
4381 if (generate_ppconst(cctx, ppconst) == FAIL) in compile_subscript()
4501 if (generate_ppconst(cctx, ppconst) == FAIL) in compile_subscript()
4571 if (generate_ppconst(cctx, ppconst) == FAIL) in compile_subscript()
4758 case '[': if (generate_ppconst(cctx, ppconst) == FAIL) in compile_expr7()
4766 case '{': if (generate_ppconst(cctx, ppconst) == FAIL) in compile_expr7()
4774 case '&': if (generate_ppconst(cctx, ppconst) == FAIL) in compile_expr7()
4782 case '$': if (generate_ppconst(cctx, ppconst) == FAIL) in compile_expr7()
4790 case '@': if (generate_ppconst(cctx, ppconst) == FAIL) in compile_expr7()
4852 && generate_ppconst(cctx, ppconst) == FAIL) in compile_expr7()
4928 generate_ppconst(cctx, ppconst); in compile_expr7t()
5010 generate_ppconst(cctx, ppconst); in compile_expr6()
5104 generate_ppconst(cctx, ppconst); in compile_expr5()
5219 generate_ppconst(cctx, ppconst); in compile_expr4()
5385 generate_ppconst(cctx, ppconst); in compile_and_or()
5537 generate_ppconst(cctx, ppconst); in compile_expr1()
5546 generate_ppconst(cctx, ppconst); in compile_expr1()
5563 generate_ppconst(cctx, ppconst); in compile_expr1()
5616 generate_ppconst(cctx, ppconst); in compile_expr1()
5650 if (generate_ppconst(cctx, &ppconst) == FAIL) in compile_expr0_ext()
7752 if (generate_ppconst(cctx, &ppconst) == FAIL) in compile_if()
7927 if (generate_ppconst(cctx, &ppconst) == FAIL) in compile_elseif()