Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c537 #define RETURN_NULL_IF_SKIP(cctx) if (cctx->ctx_skip == SKIP_YES) return NULL macro
550 RETURN_NULL_IF_SKIP(cctx); in generate_instr()
571 RETURN_NULL_IF_SKIP(cctx); in generate_instr_drop()