Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h283 int8_T ct_off; // offset in stack, -1 is bottom member
H A Dvim9execute.c4234 tv = STACK_TV_BOT((int)ct->ct_off); in exec_instructions()
5690 (int)ct->ct_off); in list_instructions()
5695 (int)ct->ct_off, in list_instructions()
H A Dvim9compile.c998 isn->isn_arg.type.ct_off = (int8_T)offset; in generate_TYPECHECK()