Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dvim9execute.c3179 if (trystack->ga_len > 0) in exec_instructions()
3181 + trystack->ga_len - 1; in exec_instructions()
3464 if (trystack->ga_len > 0) in exec_instructions()
3467 + trystack->ga_len - 1; in exec_instructions()
3496 + trystack->ga_len - i; in exec_instructions()
3512 + trystack->ga_len - 1; in exec_instructions()
3525 if (trystack->ga_len > 0) in exec_instructions()
3529 --trystack->ga_len; in exec_instructions()
3532 + trystack->ga_len; in exec_instructions()
3586 if (trystack->ga_len > 0) in exec_instructions()
[all …]