Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddebugger.c24 static char_u *debug_newval = NULL; variable
102 if (debug_newval != NULL) in do_debug()
104 smsg(_("Newval = \"%s\""), debug_newval); in do_debug()
105 vim_free(debug_newval); in do_debug()
106 debug_newval = NULL; in do_debug()
987 debug_newval = typval_tostring(bp->dbg_val, TRUE); in debuggy_find()
1002 debug_newval = typval_tostring(v, TRUE); in debuggy_find()
1012 debug_newval = typval_tostring(NULL, TRUE); in debuggy_find()