Searched refs:curallocval (Results 1 – 1 of 1) sorted by relevance
9044 char_u **curallocval; in f_setreg() local9059 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()