Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dex_eval.pro14 void report_make_pending(int pending, void *value);
/vim-8.2.3635/src/
H A Dex_eval.c844 report_make_pending(int pending, void *value) in report_make_pending() function
1328 report_make_pending(CSTP_CONTINUE, NULL); in ex_continue()
1354 report_make_pending(CSTP_BREAK, NULL); in ex_break()
2232 report_make_pending(pending, csp->exception); in enter_cleanup()
H A Dscriptfile.c1992 report_make_pending(CSTP_FINISH, NULL); in do_finish()
H A Duserfunc.c5150 report_make_pending(CSTP_RETURN, rettv); in do_return()
H A Dex_docmd.c1140 report_make_pending(cstack.cs_pending[cstack.cs_idx] in do_cmdline()