Searched refs:tct_levels (Results 1 – 3 of 3) sorted by relevance
264 int tct_levels; // number of nested try statements member
3439 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()
1810 isn->isn_arg.trycont.tct_levels = levels; in generate_TRYCONT()