Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dstructs.h917 #define CSTACK_LEN 50 macro
920 short cs_flags[CSTACK_LEN]; // CSF_ flags
921 char cs_pending[CSTACK_LEN]; // CSTP_: what's pending in ":finally"
923 void *csp_rv[CSTACK_LEN]; // return typeval for pending return
924 void *csp_ex[CSTACK_LEN]; // exception for pending throw
926 void *cs_forinfo[CSTACK_LEN]; // info used by ":for"
927 int cs_line[CSTACK_LEN]; // line nr of ":while"/":for" line
928 int cs_block_id[CSTACK_LEN]; // block ID stack
929 int cs_script_var_len[CSTACK_LEN]; // value of sn_var_vals.ga_len
H A Dex_eval.c1006 if (cstack->cs_idx == CSTACK_LEN - 1) in ex_if()
1169 if (cstack->cs_idx == CSTACK_LEN - 1) in ex_while()
1453 if (cstack->cs_idx == CSTACK_LEN - 1) in ex_block()
1612 if (cstack->cs_idx == CSTACK_LEN - 1) in ex_try()