Home
last modified time | relevance | path

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

/openbsd-src/bin/ksh/
H A Dc_test.h52 int test_eval(Test_env *, Test_op, const char *, const char *, int);
H A Dc_test.c198 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval() function
529 return test_eval(te, op, opnd1, opnd2, do_eval); in ptest_eval()
H A Dexec.c1417 return test_eval(te, op, opnd1, opnd2, do_eval); in dbteste_eval()