Lines Matching refs:li_tv
592 &argvar->vval.v_list->lv_first->li_tv)) == NULL) in term_start()
665 char_u *s = tv_get_string_chk(&item->li_tv); in term_start()
2277 char_u *s = tv_get_string(&item->li_tv); in term_paste_register()
4140 color_name = tv_get_string_chk(&li->li_tv); in set_ansi_colors_list()
4183 char_u *fname = tv_get_string(&item->li_tv); in handle_drop_command()
4204 if (opt_item != NULL && opt_item->li_tv.v_type == VAR_DICT in handle_drop_command()
4205 && opt_item->li_tv.vval.v_dict != NULL) in handle_drop_command()
4207 dict_T *dict = opt_item->li_tv.vval.v_dict; in handle_drop_command()
4284 func = tv_get_string(&item->li_tv); in handle_call_command()
4294 argvars[1] = item->li_next->li_tv; in handle_call_command()
4424 char_u *cmd = tv_get_string(&item->li_tv); in parse_osc()