Searched refs:do_return (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | userfunc.pro | 53 int do_return(exarg_T *eap, int reanimate, int is_cmd, void *rettv);
|
| /vim-8.2.3635/src/ |
| H A D | userfunc.c | 4887 returning = do_return(eap, FALSE, TRUE, &rettv); in ex_return() 4902 returning = do_return(eap, FALSE, TRUE, NULL); in ex_return() 5094 do_return( in do_return() function
|
| H A D | ex_eval.c | 2142 do_return(eap, FALSE, FALSE, rettv); in ex_endtry()
|
| H A D | ex_docmd.c | 2644 do_return(&ea, TRUE, FALSE, NULL); in do_one_cmd()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version5.txt | 4953 Solution: Fix do_echo(), do_execute() and do_return() to give an error
|