Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h47 ISN_STORE, // pop into local variable isn_arg.number enumerator
H A Dvim9compile.c5907 r = generate_STORE(cctx, ISN_STORE, lvar->lv_idx, NULL); in compile_nested_function()
6245 generate_STORE(cctx, ISN_STORE, lhs->lhs_lvar->lv_idx, NULL); in generate_store_lhs()
8291 generate_STORE(cctx, ISN_STORE, var_lvar->lv_idx, NULL); in compile_for()
9677 if (generate_STORE(&cctx, ISN_STORE, i - count - off, NULL) == FAIL) in compile_def_function()
10582 case ISN_STORE: in delete_instr()
H A Dvim9execute.c2256 case ISN_STORE: in exec_instructions()
5222 case ISN_STORE: in list_instructions()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt42980 Problem: Vim9: ISN_STORE with argument not tested. Some cases in tv2bool()