Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h264 int tct_levels; // number of nested try statements member
H A Dvim9execute.c3439 if (trystack->ga_len < trycont->tct_levels) in exec_instructions()
3442 trycont->tct_levels, trystack->ga_len); in exec_instructions()
3447 for (i = trycont->tct_levels; i > 0; --i) in exec_instructions()
5556 trycont->tct_levels, in list_instructions()
5557 trycont->tct_levels == 1 ? "" : "s", in list_instructions()
H A Dvim9compile.c1810 isn->isn_arg.trycont.tct_levels = levels; in generate_TRYCONT()