Lines Matching refs:instr_count
3299 int instr_count; in compile_string() local
3327 instr_count = cctx->ctx_instr.ga_len; in compile_string()
3329 instr[instr_count].isn_type = ISN_FINISH; in compile_string()
3348 int instr_count; in compile_arguments() local
3365 instr_count = cctx->ctx_instr.ga_len; in compile_arguments()
3371 && cctx->ctx_instr.ga_len == instr_count + 1) in compile_arguments()
3373 isn_T *isn = ((isn_T *)cctx->ctx_instr.ga_data) + instr_count; in compile_arguments()
6213 generate_store_lhs(cctx_T *cctx, lhs_T *lhs, int instr_count) in generate_store_lhs() argument
6229 && instr->ga_len == instr_count + 1 in generate_store_lhs()
7013 int instr_count = -1; in compile_assignment() local
7071 instr_count = instr->ga_len; in compile_assignment()
7329 if (generate_store_lhs(cctx, &lhs, instr_count) == FAIL) in compile_assignment()
7718 int instr_count = instr->ga_len; in compile_if() local
7736 else if (instr->ga_len == instr_count && ppconst.pp_used == 1) in compile_if()
7797 int instr_count = instr->ga_len; in compile_elseif() local
7886 instr_count = instr->ga_len; in compile_elseif()
7893 instr_count = instr->ga_len; in compile_elseif()
7909 else if (instr->ga_len == instr_count && ppconst.pp_used == 1) in compile_elseif()
9312 int instr_count; in compile_substitute() local
9343 instr_count = cctx->ctx_instr.ga_len; in compile_substitute()
9345 instr[instr_count].isn_type = ISN_FINISH; in compile_substitute()
9352 for (idx = 0; idx < instr_count; ++idx) in compile_substitute()