Home
last modified time | relevance | path

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

/mirbsd/src/bin/mksh/
Dfuncs.c221 static int test_aexpr(Test_env *, bool);
3209 if ((rv = test_aexpr(te, do_eval))) in test_oexpr()
3217 test_aexpr(Test_env *te, bool do_eval) in test_aexpr() function
3224 return (test_aexpr(te, do_eval) && rv); in test_aexpr()