Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dcontext.c285 static inline Array sbuf_to_array(msgpack_sbuffer sbuf) in sbuf_to_array() function
340 PUT(rv, "regs", ARRAY_OBJ(sbuf_to_array(ctx->regs))); in ctx_to_dict()
341 PUT(rv, "jumps", ARRAY_OBJ(sbuf_to_array(ctx->jumps))); in ctx_to_dict()
342 PUT(rv, "bufs", ARRAY_OBJ(sbuf_to_array(ctx->bufs))); in ctx_to_dict()
343 PUT(rv, "gvars", ARRAY_OBJ(sbuf_to_array(ctx->gvars))); in ctx_to_dict()