Home
last modified time | relevance | path

Searched defs:cstack (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dex_eval.c374 do_intthrow(cstack_T *cstack) in do_intthrow()
942 enter_block(cstack_T *cstack) in enter_block()
963 leave_block(cstack_T *cstack) in leave_block()
1004 cstack_T *cstack = eap->cstack; in ex_if() local
1039 cstack_T *cstack = eap->cstack; in ex_endif() local
1076 cstack_T *cstack = eap->cstack; in ex_else() local
1167 cstack_T *cstack = eap->cstack; in ex_while() local
1523 do_throw(cstack_T *cstack) in do_throw()
2343 cstack_T *cstack, in cleanup_conditionals()
2470 get_end_emsg(cstack_T *cstack) in get_end_emsg()
[all …]
H A Dex_cmds.h1934 cstack_T *cstack; // condition stack for ":if" etc. member
H A Duserfunc.c622 function_using_block_scopes(ufunc_T *fp, cstack_T *cstack) in function_using_block_scopes()
4420 cstack_T *cstack = eap->cstack; in define_function() local
5101 cstack_T *cstack = eap->cstack; in do_return() local
H A Dex_docmd.c644 cstack_T cstack; // conditional stack in do_cmdline() local
1737 cstack_T *cstack, in do_one_cmd()