Searched refs:do_eval (Results 1 – 7 of 7) sorted by relevance
43 function do_eval(str) { function48 var eval_foo = do_eval('(' + foo + ')');
39 function do_eval(str) { function44 var eval_f = do_eval('(' + f + ')');
2904 bool do_eval) in test_eval() argument2911 if (!do_eval) in test_eval()3191 test_oexpr(Test_env *te, bool do_eval) in test_oexpr() argument3195 if ((rv = test_aexpr(te, do_eval))) in test_oexpr()3196 do_eval = false; in test_oexpr()3198 return (test_oexpr(te, do_eval) || rv); in test_oexpr()3203 test_aexpr(Test_env *te, bool do_eval) in test_aexpr() argument3207 if (!(rv = test_nexpr(te, do_eval))) in test_aexpr()3208 do_eval = false; in test_aexpr()3210 return (test_aexpr(te, do_eval) && rv); in test_aexpr()[all …]
1028 bool do_eval MKSH_A_UNUSED) in dbtestp_getopnd()1044 bool do_eval MKSH_A_UNUSED) in dbtestp_eval()
1697 dbteste_getopnd(Test_env *te, Test_op op, bool do_eval) in dbteste_getopnd() argument1706 if (!do_eval) in dbteste_getopnd()