Home
last modified time | relevance | path

Searched defs:instr (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9compile.c547 garray_T *instr = &cctx->ctx_instr; in generate_instr() local
2386 garray_T *instr = &cctx->ctx_instr; in misplaced_cmdmod() local
2405 garray_T *instr = &cctx->ctx_instr; in current_instr_idx() local
3300 isn_T *instr = NULL; in compile_string() local
3814 garray_T *instr = &cctx->ctx_instr; in compile_dict() local
5245 garray_T *instr = &cctx->ctx_instr; in compile_and_or() local
5493 garray_T *instr = &cctx->ctx_instr; in compile_expr1() local
6223 garray_T *instr = &cctx->ctx_instr; in generate_store_lhs() local
9096 garray_T *instr = &cctx->ctx_instr; in compile_exec() local
9313 isn_T *instr; in compile_substitute() local
[all …]
H A Dwinclip.c53 utf8_to_utf16(char_u *instr, int inlen, short_u *outstr, int *unconvlenp) in utf8_to_utf16()
102 utf16_to_utf8(short_u *instr, int inlen, char_u *outstr) in utf16_to_utf8()
H A Dvim9execute.c5003 list_instructions(char *pfx, isn_T *instr, int instr_count, ufunc_T *ufunc) in list_instructions()
5846 isn_T *instr; in ex_disassemble() local
H A Dvim9.h449 isn_T *instr; member