Home
last modified time | relevance | path

Searched refs:cause_errthrow (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dex_eval.pro6 int cause_errthrow(char_u *mesg, int severe, int *ignore);
/vim-8.2.3635/src/
H A Dex_eval.c144 cause_errthrow( in cause_errthrow() function
H A Dmessage.c661 if (cause_errthrow(s, severe, &ignore) == TRUE) in emsg_core()