Searched refs:do_eval (Results 1 – 4 of 4) sorted by relevance
2779 bool do_eval) in test_eval() argument2787 if (!do_eval) in test_eval()3081 test_oexpr(Test_env *te, bool do_eval) in test_oexpr() argument3085 if ((rv = test_aexpr(te, do_eval))) in test_oexpr()3086 do_eval = false; in test_oexpr()3088 return (test_oexpr(te, do_eval) || rv); in test_oexpr()3093 test_aexpr(Test_env *te, bool do_eval) in test_aexpr() argument3097 if (!(rv = test_nexpr(te, do_eval))) in test_aexpr()3098 do_eval = false; in test_aexpr()3100 return (test_aexpr(te, do_eval) && rv); in test_aexpr()[all …]
1026 bool do_eval MKSH_A_UNUSED) in dbtestp_getopnd()1042 bool do_eval MKSH_A_UNUSED) in dbtestp_eval()
1845 dbteste_getopnd(Test_env *te, Test_op op, bool do_eval) in dbteste_getopnd() argument1855 if (!do_eval) in dbteste_getopnd()
999 int do_eval = 0; in HistogramCombineStochastic() local1010 do_eval = 1; in HistogramCombineStochastic()1013 do_eval = 1; in HistogramCombineStochastic()1021 if (do_eval) { in HistogramCombineStochastic()