Searched refs:opt_item (Results 1 – 1 of 1) sorted by relevance
4184 listitem_T *opt_item = item->li_next; in handle_drop_command() local4204 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()