Home
last modified time | relevance | path

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

/external/mksh/src/
Dfuncs.c2779 bool do_eval) in test_eval() argument
2787 if (!do_eval) in test_eval()
3081 test_oexpr(Test_env *te, bool do_eval) in test_oexpr() argument
3085 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() argument
3097 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 …]
Dsyn.c1026 bool do_eval MKSH_A_UNUSED) in dbtestp_getopnd()
1042 bool do_eval MKSH_A_UNUSED) in dbtestp_eval()
Dexec.c1845 dbteste_getopnd(Test_env *te, Test_op op, bool do_eval) in dbteste_getopnd() argument
1855 if (!do_eval) in dbteste_getopnd()
/external/webp/src/enc/
Dhistogram_enc.c999 int do_eval = 0; in HistogramCombineStochastic() local
1010 do_eval = 1; in HistogramCombineStochastic()
1013 do_eval = 1; in HistogramCombineStochastic()
1021 if (do_eval) { in HistogramCombineStochastic()