Lines Matching refs:ctx_lnum
173 int ctx_lnum; // line number in current function member
555 isn->isn_lnum = cctx->ctx_lnum + 1; in generate_instr()
2660 int lnum = cctx->ctx_lnum; in peek_next_line_from_context()
2713 ++cctx->ctx_lnum; in next_line_from_context()
2714 if (cctx->ctx_lnum >= cctx->ctx_ufunc->uf_lines.ga_len) in next_line_from_context()
2719 line = ((char_u **)cctx->ctx_ufunc->uf_lines.ga_data)[cctx->ctx_lnum]; in next_line_from_context()
2721 SOURCING_LNUM = cctx->ctx_lnum + 1; in next_line_from_context()
2758 SOURCING_LNUM = cctx->ctx_lnum + 1; in may_get_next_line_error()
3744 *arg = ((char_u **)cctx->ctx_ufunc->uf_lines.ga_data)[cctx->ctx_lnum] in compile_lambda()
5257 int start_ctx_lnum = cctx->ctx_lnum; in compile_and_or()
5280 save_lnum = cctx->ctx_lnum; in compile_and_or()
5281 cctx->ctx_lnum = start_ctx_lnum; in compile_and_or()
5318 cctx->ctx_lnum = save_lnum; in compile_and_or()
5767 if (cctx->ctx_lnum >= cctx->ctx_ufunc->uf_lines.ga_len - 1) in exarg_getline()
5769 ++cctx->ctx_lnum; in exarg_getline()
5770 p = ((char_u **)cctx->ctx_ufunc->uf_lines.ga_data)[cctx->ctx_lnum]; in exarg_getline()
6696 cctx->ctx_ufunc->uf_lines.ga_len = cctx->ctx_lnum + 1; in compile_load_lhs()
7292 save_lnum = cctx->ctx_lnum; in compile_assignment()
7293 cctx->ctx_lnum = start_lnum - 1; in compile_assignment()
7302 cctx->ctx_lnum = save_lnum; in compile_assignment()
7331 cctx->ctx_lnum = save_lnum; in compile_assignment()
7335 cctx->ctx_lnum = save_lnum; in compile_assignment()
8439 may_generate_prof_end(cctx, cctx->ctx_lnum); in compile_endwhile()
8962 int start_ctx_lnum = cctx->ctx_lnum; in compile_mult_expr()
8992 long save_lnum = cctx->ctx_lnum; in compile_mult_expr()
8995 cctx->ctx_lnum = start_ctx_lnum; in compile_mult_expr()
9008 cctx->ctx_lnum = save_lnum; in compile_mult_expr()
9605 cctx.ctx_lnum = -1; in compile_def_function()
9720 if (cctx.ctx_lnum >= ufunc->uf_lines.ga_len) in compile_def_function()
9751 if (cctx.ctx_compile_type == CT_PROFILE && cctx.ctx_lnum != prof_lnum in compile_def_function()
9756 prof_lnum = cctx.ctx_lnum; in compile_def_function()
9760 if (cctx.ctx_compile_type == CT_DEBUG && cctx.ctx_lnum != debug_lnum in compile_def_function()
9763 debug_lnum = cctx.ctx_lnum; in compile_def_function()
9766 cctx.ctx_prev_lnum = cctx.ctx_lnum + 1; in compile_def_function()