Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Devalvars.pro57 char_u *v_throwpoint(char_u *oldval);
/vim-8.2.3635/src/
H A Dex_docmd.c441 dsp->vv_throwpoint = v_throwpoint(NULL); in save_dbg_stuff()
460 (void)v_throwpoint(dsp->vv_throwpoint); in restore_dbg_stuff()
H A Devalvars.c2476 v_throwpoint(char_u *oldval) in v_throwpoint() function