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

/macosx-10.9.5/vim-53/src/
H A Deval.c773 static int get_var_tv __ARGS((char_u *name, int len, typval_T *rettv, int verbose));
2230 if (get_var_tv(name, len, &tv, TRUE) == FAIL)
2847 if (get_var_tv(lp->ll_name, (int)STRLEN(lp->ll_name),
5096 ret = get_var_tv(s, len, rettv, TRUE);
9810 n = (get_var_tv(name, len, &tv, FALSE) == OK);
18974 get_var_tv(name, len, rettv, verbose) function

Completed in 197 milliseconds