Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddebugger.c23 static char_u *debug_oldval = NULL; // old and newval for debug expressions variable
96 if (debug_oldval != NULL) in do_debug()
98 smsg(_("Oldval = \"%s\""), debug_oldval); in do_debug()
99 vim_free(debug_oldval); in do_debug()
100 debug_oldval = NULL; in do_debug()
985 debug_oldval = typval_tostring(NULL, TRUE); in debuggy_find()
998 debug_oldval = typval_tostring(bp->dbg_val, TRUE); in debuggy_find()
1011 debug_oldval = typval_tostring(bp->dbg_val, TRUE); in debuggy_find()