Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9execute.c144 tv = STACK_TV_BOT(-1); in exe_newlist()
381 *STACK_TV_BOT(arg_to_add - 1) = *STACK_TV_BOT(-1); in call_dfunc()
1021 *STACK_TV_BOT(-i + pt->pt_argc) = *STACK_TV_BOT(-i); in call_partial()
1514 #undef STACK_TV_BOT
3117 *STACK_TV_BOT(-1) = *STACK_TV_BOT(0); in exec_instructions()
3991 val_tv = is_slice ? STACK_TV_BOT(-3) : STACK_TV_BOT(-2); in exec_instructions()
4032 tv = is_slice ? STACK_TV_BOT(-3) : STACK_TV_BOT(-2); in exec_instructions()
4036 var1 = is_slice ? STACK_TV_BOT(-2) : STACK_TV_BOT(-1); in exec_instructions()
4522 *STACK_TV_BOT(-item) = *STACK_TV_BOT(-item + 1); in exec_instructions()
4680 #undef STACK_TV_BOT in call_def_function()
[all …]