Home
last modified time | relevance | path

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

/third_party/mksh/
Dfuncs.c238 static int test_aexpr(Test_env *, bool);
3106 if ((rv = test_aexpr(te, do_eval))) in test_oexpr()
3114 test_aexpr(Test_env *te, bool do_eval) in test_aexpr() function
3121 return (test_aexpr(te, do_eval) && rv); in test_aexpr()