Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h434 storenr_T storenr; member
H A Dvim9execute.c2425 tv = STACK_TV_VAR(iptr->isn_arg.storenr.stnr_idx); in exec_instructions()
2428 tv->vval.v_number = iptr->isn_arg.storenr.stnr_val; in exec_instructions()
5300 iptr->isn_arg.storenr.stnr_val, in list_instructions()
5301 iptr->isn_arg.storenr.stnr_idx); in list_instructions()
H A Dvim9compile.c1407 isn->isn_arg.storenr.stnr_idx = idx; in generate_STORENR()
1408 isn->isn_arg.storenr.stnr_val = value; in generate_STORENR()
6236 isn->isn_arg.storenr.stnr_idx = lhs->lhs_lvar->lv_idx; in generate_store_lhs()
6237 isn->isn_arg.storenr.stnr_val = val; in generate_store_lhs()