Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Devalfunc.c9044 char_u **curallocval; in f_setreg() local
9059 curallocval = allocval; in f_setreg()
9076 *curallocval++ = strval; in f_setreg()
9086 while (curallocval > allocval) in f_setreg()
9087 vim_free(*--curallocval); in f_setreg()