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

/macosx-10.9.5/vim-53/src/
H A Deval.c418 static int eval1 __ARGS((char_u **arg, typval_T *rettv, int evaluate));
1328 return eval1(pp, &rettv, FALSE);
1417 if (eval1(&p, &rettv, TRUE) == FAIL)
1489 if (eval1(&p, &rettv, TRUE) == OK)
2633 if (eval1(&p, &var1, TRUE) == FAIL) /* recursive! */
2669 if (eval1(&p, &var2, TRUE) == FAIL) /* recursive! */
3952 * This calls eval1() and handles error message and nextcmd.
3968 ret = eval1(&p, rettv, evaluate);
4000 eval1(arg, rettv, evaluate) function
4032 if (eval1(ar
[all...]

Completed in 265 milliseconds