Home
last modified time | relevance | path

Searched refs:do_eval (Results 1 – 3 of 3) sorted by relevance

/external/mksh/src/
Dfuncs.c2756 bool do_eval) in test_eval() argument
2764 if (!do_eval) in test_eval()
3054 test_oexpr(Test_env *te, bool do_eval) in test_oexpr() argument
3058 if ((rv = test_aexpr(te, do_eval))) in test_oexpr()
3059 do_eval = false; in test_oexpr()
3061 return (test_oexpr(te, do_eval) || rv); in test_oexpr()
3066 test_aexpr(Test_env *te, bool do_eval) in test_aexpr() argument
3070 if (!(rv = test_nexpr(te, do_eval))) in test_aexpr()
3071 do_eval = false; in test_aexpr()
3073 return (test_aexpr(te, do_eval) && rv); in test_aexpr()
[all …]
Dsyn.c1028 bool do_eval MKSH_A_UNUSED) in dbtestp_getopnd()
1044 bool do_eval MKSH_A_UNUSED) in dbtestp_eval()
Dexec.c1834 dbteste_getopnd(Test_env *te, Test_op op, bool do_eval) in dbteste_getopnd() argument
1844 if (!do_eval) in dbteste_getopnd()