Home
last modified time | relevance | path

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

/external/mksh/src/
Dfuncs.c3104 bool do_eval) in test_eval() argument
3111 if (!do_eval) in test_eval()
3397 test_oexpr(Test_env *te, bool do_eval) in test_oexpr() argument
3401 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() argument
3413 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 …]
Dsyn.c1047 bool do_eval MKSH_A_UNUSED) in dbtestp_getopnd()
1063 bool do_eval MKSH_A_UNUSED) in dbtestp_eval()
Dexec.c1776 dbteste_getopnd(Test_env *te, Test_op op, bool do_eval) in dbteste_getopnd() argument
1786 if (!do_eval) in dbteste_getopnd()