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

/macosx-10.9.5/vim-53/src/proto/
H A Deval.pro25 typval_T *eval_expr __ARGS((char_u *arg, char_u **nextcmd));
/macosx-10.9.5/cups-372.4/cups/test/
H A Dippfind.c27 * eval_expr() - Evaluate the expressions against the specified
210 static int eval_expr(ippfind_srv_t *service,
1448 if (!eval_expr(service, expressions))
1751 * 'eval_expr()' - Evaluate the expressions against the specified service.
1757 eval_expr(ippfind_srv_t *service, /* I - Service */ function
1782 result = eval_expr(service, expression->child);
/macosx-10.9.5/vim-53/src/
H A Dif_py_both.h421 our_tv = eval_expr((char_u *)expr, NULL);
H A Dif_ruby.c831 tv = eval_expr((char_u *)StringValuePtr(str), NULL);
H A Dif_lua.c938 typval_T *tv = eval_expr((char_u *) luaL_checkstring(L, 1), NULL);
H A Dif_mzsch.c1422 vim_result = eval_expr((char_u *)expr, NULL);
H A Dquickfix.c3801 tv = eval_expr(eap->arg, NULL);
H A Deval.c1535 eval_expr(arg, nextcmd) function

Completed in 236 milliseconds