Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c4813 if (cctx->ctx_skip == SKIP_YES) in compile_expr7()
5297 cctx->ctx_skip = SKIP_YES; in compile_and_or()
5605 ? SKIP_YES : SKIP_NOT; in compile_expr1()
5696 if (cctx->ctx_skip != SKIP_YES) in compile_return()
6599 cctx->ctx_skip = SKIP_YES; in has_list_index()
6952 if (cctx->ctx_skip != SKIP_YES) in compile_assignment()
7785 cctx->ctx_skip = SKIP_YES; in compile_if()
7815 cctx->ctx_skip = SKIP_YES; in compile_elseif()
7977 cctx->ctx_skip = SKIP_YES; in compile_else()
8005 cctx->ctx_skip = cctx->ctx_skip == SKIP_YES ? SKIP_NOT : SKIP_YES; in compile_else()
[all …]