Searched refs:next_line_from_context (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | vim9compile.pro | 10 char_u *next_line_from_context(cctx_T *cctx, int skip_comment);
|
| /vim-8.2.3635/src/ |
| H A D | vim9compile.c | 2707 next_line_from_context(cctx_T *cctx, int skip_comment) in next_line_from_context() function 2741 char_u *next = next_line_from_context(cctx, TRUE); in may_get_next_line() 4342 next = next_line_from_context(cctx, TRUE); in compile_subscript() 4966 *arg = next_line_from_context(cctx, TRUE); in compile_expr6() 5050 *arg = next_line_from_context(cctx, TRUE); in compile_expr5() 5164 *arg = next_line_from_context(cctx, TRUE); in compile_expr4() 5266 *arg = next_line_from_context(cctx, TRUE); in compile_and_or() 5505 *arg = next_line_from_context(cctx, TRUE); in compile_expr1() 5591 *arg = next_line_from_context(cctx, TRUE); in compile_expr1() 9719 line = next_line_from_context(&cctx, FALSE); in compile_def_function()
|
| H A D | eval.c | 2115 line = next_line_from_context(evalarg->eval_cctx, TRUE); in eval_next_line()
|