Searched refs:do_eval (Results 1 – 3 of 3) sorted by relevance
3104 bool do_eval) in test_eval() argument3111 if (!do_eval) in test_eval()3397 test_oexpr(Test_env *te, bool do_eval) in test_oexpr() argument3401 if ((rv = test_aexpr(te, do_eval))) in test_oexpr()3402 do_eval = false; in test_oexpr()3404 return (test_oexpr(te, do_eval) || rv); in test_oexpr()3409 test_aexpr(Test_env *te, bool do_eval) in test_aexpr() argument3413 if (!(rv = test_nexpr(te, do_eval))) in test_aexpr()3414 do_eval = false; in test_aexpr()3416 return (test_aexpr(te, do_eval) && rv); in test_aexpr()[all …]
1047 bool do_eval MKSH_A_UNUSED) in dbtestp_getopnd()1063 bool do_eval MKSH_A_UNUSED) in dbtestp_eval()
1776 dbteste_getopnd(Test_env *te, Test_op op, bool do_eval) in dbteste_getopnd() argument1786 if (!do_eval) in dbteste_getopnd()