Lines Matching refs:trystack

1688 	    garray_T	*trystack = &ectx->ec_trystack;  in exec_instructions()  local
1690 int index = trystack->ga_len; in exec_instructions()
1696 trycmd = ((trycmd_T *)trystack->ga_data) + index - 1; in exec_instructions()
3146 garray_T *trystack = &ectx->ec_trystack; in exec_instructions() local
3149 if (trystack->ga_len > 0) in exec_instructions()
3150 trycmd = ((trycmd_T *)trystack->ga_data) in exec_instructions()
3151 + trystack->ga_len - 1; in exec_instructions()
3415 garray_T *trystack = &ectx->ec_trystack; in exec_instructions() local
3418 if (trystack->ga_len > 0) in exec_instructions()
3420 trycmd_T *trycmd = ((trycmd_T *)trystack->ga_data) in exec_instructions()
3421 + trystack->ga_len - 1; in exec_instructions()
3433 garray_T *trystack = &ectx->ec_trystack; in exec_instructions() local
3439 if (trystack->ga_len < trycont->tct_levels) in exec_instructions()
3442 trycont->tct_levels, trystack->ga_len); in exec_instructions()
3449 trycmd = ((trycmd_T *)trystack->ga_data) in exec_instructions()
3450 + trystack->ga_len - i; in exec_instructions()
3464 garray_T *trystack = &ectx->ec_trystack; in exec_instructions() local
3465 trycmd_T *trycmd = ((trycmd_T *)trystack->ga_data) in exec_instructions()
3466 + trystack->ga_len - 1; in exec_instructions()
3477 garray_T *trystack = &ectx->ec_trystack; in exec_instructions() local
3479 if (trystack->ga_len > 0) in exec_instructions()
3483 --trystack->ga_len; in exec_instructions()
3485 trycmd = ((trycmd_T *)trystack->ga_data) in exec_instructions()
3486 + trystack->ga_len; in exec_instructions()
3515 garray_T *trystack = &ectx->ec_trystack; in exec_instructions() local
3517 if (trystack->ga_len == 0 && trylevel == 0 && emsg_silent) in exec_instructions()
3540 if (trystack->ga_len > 0) in exec_instructions()
3542 trycmd_T *trycmd = ((trycmd_T *)trystack->ga_data) in exec_instructions()
3543 + trystack->ga_len - 1; in exec_instructions()