Lines Matching refs:v_list
741 if ((our_tv->v_type == VAR_LIST && our_tv->vval.v_list != NULL) in VimToPython()
745 our_tv->v_type == VAR_LIST ? (void *)our_tv->vval.v_list in VimToPython()
777 list_T *list = our_tv->vval.v_list; in VimToPython()
3047 argslist = argstv.vval.v_list; in FunctionConstructor()
6100 tv->vval.v_list = l; in pyseq_to_tv()
6154 ++tv->vval.v_list->lv_refcount; in convert_dl()
6213 tv->vval.v_list = (((ListObject *)(obj))->list); in ConvertFromPySequence()
6214 ++tv->vval.v_list->lv_refcount; in ConvertFromPySequence()
6255 tv->vval.v_list = (((ListObject *)(obj))->list); in _ConvertFromPyObject()
6256 ++tv->vval.v_list->lv_refcount; in _ConvertFromPyObject()
6396 return NEW_LIST(tv->vval.v_list); in ConvertToPyObject()