Home
last modified time | relevance | path

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

/external/mksh/src/
Dfuncs.c234 static int test_nexpr(Test_env *, bool);
3097 if (!(rv = test_nexpr(te, do_eval))) in test_aexpr()
3105 test_nexpr(Test_env *te, bool do_eval) in test_nexpr() function
3108 return (!test_nexpr(te, do_eval)); in test_nexpr()