Lines Matching refs:ec_trystack
86 garray_T ec_trystack; // stack of trycmd_T values member
1688 garray_T *trystack = &ectx->ec_trystack; in exec_instructions()
3146 garray_T *trystack = &ectx->ec_trystack; in exec_instructions()
3378 if (GA_GROW_FAILS(&ectx->ec_trystack, 1)) in exec_instructions()
3380 trycmd = ((trycmd_T *)ectx->ec_trystack.ga_data) in exec_instructions()
3381 + ectx->ec_trystack.ga_len; in exec_instructions()
3382 ++ectx->ec_trystack.ga_len; in exec_instructions()
3415 garray_T *trystack = &ectx->ec_trystack; in exec_instructions()
3433 garray_T *trystack = &ectx->ec_trystack; in exec_instructions()
3464 garray_T *trystack = &ectx->ec_trystack; in exec_instructions()
3477 garray_T *trystack = &ectx->ec_trystack; in exec_instructions()
3515 garray_T *trystack = &ectx->ec_trystack; in exec_instructions()
4726 ga_init2(&ectx.ec_trystack, sizeof(trycmd_T), 10); in call_def_function()
4977 vim_free(ectx.ec_trystack.ga_data); in call_def_function()