Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c30 SKIP_UNKNOWN // condition is not a constant, produce code enumerator
7751 cctx->ctx_skip = SKIP_UNKNOWN; in compile_if()
7768 if (cctx->ctx_skip == SKIP_UNKNOWN) in compile_if()
7828 if (cctx->ctx_skip == SKIP_UNKNOWN) in compile_elseif()
7880 cctx->ctx_skip = SKIP_UNKNOWN; in compile_elseif()
7926 cctx->ctx_skip = SKIP_UNKNOWN; in compile_elseif()
7985 if (cctx->ctx_skip == SKIP_UNKNOWN) in compile_else()
7993 if (cctx->ctx_skip == SKIP_UNKNOWN) in compile_else()
8004 if (cctx->ctx_skip != SKIP_UNKNOWN) in compile_else()