Searched refs:pp_tv (Results 1 – 1 of 1) sorted by relevance
2874 clear_tv(&ppconst->pp_tv[i]); in clear_ppconst()3449 typval_T *tv = &ppconst->pp_tv[ppconst->pp_used]; in compile_call()4868 rettv = &ppconst->pp_tv[ppconst->pp_used - 1]; in compile_expr7()4983 && ppconst->pp_tv[ppconst_used].v_type == VAR_NUMBER in compile_expr6()4986 typval_T *tv1 = &ppconst->pp_tv[ppconst_used]; in compile_expr6()5074 typval_T *tv1 = &ppconst->pp_tv[ppconst_used]; in compile_expr5()5075 typval_T *tv2 = &ppconst->pp_tv[ppconst_used + 1]; in compile_expr5()5354 typval_T *tv = &ppconst->pp_tv[ppconst->pp_used - 1]; in compile_and_or()5540 clear_tv(&ppconst->pp_tv[ppconst_used]); in compile_expr1()7742 v = tv_get_bool_chk(&ppconst.pp_tv[0], &error); in compile_if()[all …]