Searched refs:our_tv (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dif_py_both.h300 VimToPython(typval_T *our_tv, int depth, PyObject *lookupDict) argument
316 if ((our_tv->v_type == VAR_LIST && our_tv->vval.v_list != NULL)
317 || (our_tv->v_type == VAR_DICT && our_tv->vval.v_dict != NULL))
320 our_tv->v_type == VAR_LIST ? (long_u)our_tv->vval.v_list
321 : (long_u)our_tv->vval.v_dict);
330 if (our_tv->v_type == VAR_STRING)
332 result = Py_BuildValue("s", our_tv
412 typval_T *our_tv; local
[all...]

Completed in 92 milliseconds