Searched refs:ctx_skip (Results 1 – 2 of 2) sorted by relevance
189 skip_T ctx_skip; member2840 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 …]
47330 Solution: Skip more of the assignment. Do not set ctx_skip when code is47354 Problem: Vim9: using TRUE/FALSE/MAYBE for ctx_skip is confusing.