Home
last modified time | relevance | path

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

/aosp_15_r20/external/mksh/src/
H A Dfuncs.c227 static int test_aexpr(Test_env *, bool);
3095 if ((rv = test_aexpr(te, do_eval))) in test_oexpr()
3103 test_aexpr(Test_env *te, bool do_eval) in test_aexpr() function
3110 return (test_aexpr(te, do_eval) && rv); in test_aexpr()