Searched defs:test_oexpr (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dfuncs.c235 static int test_oexpr(Test_env *, bool);
3045 rv = test_oexpr(te, 1);
3054 test_oexpr(Test_env *te, bool do_eval) function
3061 return (test_oexpr(te, do_eval) || rv);
3095 rv = test_oexpr(te, do_eval);

Completed in 67 milliseconds