Searched refs:ISN_STORE (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | vim9.h | 47 ISN_STORE, // pop into local variable isn_arg.number enumerator
|
| H A D | vim9compile.c | 5907 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 D | vim9execute.c | 2256 case ISN_STORE: in exec_instructions() 5222 case ISN_STORE: in list_instructions()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 42980 Problem: Vim9: ISN_STORE with argument not tested. Some cases in tv2bool()
|