Lines Matching refs:strval
8940 char_u *strval; in f_setreg() local
9066 strval = tv_get_string_buf_chk(&li->li_tv, buf); in f_setreg()
9067 if (strval == NULL) in f_setreg()
9069 if (strval == buf) in f_setreg()
9073 strval = vim_strsave(buf); in f_setreg()
9074 if (strval == NULL) in f_setreg()
9076 *curallocval++ = strval; in f_setreg()
9078 *curval++ = strval; in f_setreg()
9092 strval = tv_get_string_chk(regcontents); in f_setreg()
9093 if (strval == NULL) in f_setreg()
9095 write_reg_contents_ex(regname, strval, -1, in f_setreg()