Lines Matching defs:varp
53 free_tv(typval_T *varp) in free_tv()
105 clear_tv(typval_T *varp) in clear_tv()
171 init_tv(typval_T *varp) in init_tv()
178 tv_get_bool_or_number_chk(typval_T *varp, int *denote, int want_bool) in tv_get_bool_or_number_chk()
266 tv_get_number(typval_T *varp) in tv_get_number()
274 tv_get_number_chk(typval_T *varp, int *denote) in tv_get_number_chk()
284 tv_get_bool(typval_T *varp) in tv_get_bool()
294 tv_get_bool_chk(typval_T *varp, int *denote) in tv_get_bool_chk()
301 tv_get_float(typval_T *varp) in tv_get_float()
866 tv_get_string(typval_T *varp) in tv_get_string()
877 tv_get_string_strict(typval_T *varp) in tv_get_string_strict()
887 tv_get_string_buf(typval_T *varp, char_u *buf) in tv_get_string_buf()
898 tv_get_string_chk(typval_T *varp) in tv_get_string_chk()
906 tv_get_string_buf_chk(typval_T *varp, char_u *buf) in tv_get_string_buf_chk()
912 tv_get_string_buf_chk_strict(typval_T *varp, char_u *buf, int strict) in tv_get_string_buf_chk_strict()
994 tv_stringify(typval_T *varp, char_u *buf) in tv_stringify()