Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_eval.c18 static char *get_end_emsg(cstack_T *cstack);
374 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()
1039 cstack_T *cstack = eap->cstack; in ex_endif()
1076 cstack_T *cstack = eap->cstack; in ex_else()
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 Dstructs.h936 } cstack_T; typedef
1905 cstack_T *eval_cstack;
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()
5101 cstack_T *cstack = eap->cstack; in do_return()
H A Dex_docmd.c23 static char_u *do_one_cmd(char_u **, int, cstack_T *, char_u *(*fgetline)(int, void *, int, getline…
644 cstack_T cstack; // conditional stack in do_cmdline()
691 do_errthrow((cstack_T *)NULL, (char_u *)NULL); in do_cmdline()
1737 cstack_T *cstack, in do_one_cmd()
H A Dex_cmds.h1934 cstack_T *cstack; // condition stack for ":if" etc.
/vim-8.2.3635/src/proto/
H A Dex_eval.pro8 void do_errthrow(cstack_T *cstack, char_u *cmdname);
9 int do_intthrow(cstack_T *cstack);
28 void do_throw(cstack_T *cstack);
35 int cleanup_conditionals(cstack_T *cstack, int searched_cond, int inclusive);
36 void rewind_conditionals(cstack_T *cstack, int idx, int cond_type, int *cond_level);