Home
last modified time | relevance | path

Searched refs:ctx_skip (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9compile.c189 skip_T ctx_skip; member
2840 cctx->ctx_skip = SKIP_NOT; in generate_ppconst()
5297 cctx->ctx_skip = SKIP_YES; in compile_and_or()
5398 cctx->ctx_skip = save_skip; in compile_and_or()
5627 cctx->ctx_skip = save_skip; in compile_expr1()
6599 cctx->ctx_skip = SKIP_YES; in has_list_index()
7783 cctx->ctx_skip = SKIP_NOT; in compile_if()
7785 cctx->ctx_skip = SKIP_YES; in compile_if()
7815 cctx->ctx_skip = SKIP_YES; in compile_elseif()
8005 cctx->ctx_skip = cctx->ctx_skip == SKIP_YES ? SKIP_NOT : SKIP_YES; in compile_else()
[all …]
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt47330 Solution: Skip more of the assignment. Do not set ctx_skip when code is
47354 Problem: Vim9: using TRUE/FALSE/MAYBE for ctx_skip is confusing.