Searched refs:cleanup_conditionals (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | ex_eval.c | 1312 idx = cleanup_conditionals(cstack, CSF_WHILE | CSF_FOR, FALSE); in ex_continue() 1350 idx = cleanup_conditionals(cstack, CSF_WHILE | CSF_FOR, TRUE); in ex_break() 1420 (void)cleanup_conditionals(cstack, CSF_WHILE | CSF_FOR, FALSE); in ex_endwhile() 1551 idx = cleanup_conditionals(cstack, 0, inactivate_try); in do_throw() 1836 cleanup_conditionals(cstack, CSF_TRY, TRUE); in ex_catch() 1917 cleanup_conditionals(cstack, CSF_TRY, FALSE); in ex_finally() 2111 (void)cleanup_conditionals(cstack, CSF_TRY | CSF_SILENT, TRUE); in ex_endtry() 2342 cleanup_conditionals( in cleanup_conditionals() function
|
| H A D | scriptfile.c | 1988 idx = cleanup_conditionals(eap->cstack, 0, TRUE); in do_finish()
|
| H A D | userfunc.c | 5113 idx = cleanup_conditionals(eap->cstack, 0, TRUE); in do_return()
|
| H A D | ex_docmd.c | 1240 int idx = cleanup_conditionals(&cstack, 0, TRUE); in do_cmdline()
|
| /vim-8.2.3635/src/proto/ |
| H A D | ex_eval.pro | 35 int cleanup_conditionals(cstack_T *cstack, int searched_cond, int inclusive);
|