Searched refs:test_eval (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/bin/mksh/ |
| D | funcs.c | 2792 te.eval = test_eval; in c_test() 2831 rv = test_eval(&te, op, *te.pos.wp++, NULL, true); in c_test() 2844 rv = test_eval(&te, op, lhs, *te.pos.wp++, true); in c_test() 2917 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval() function
|
| D | main.c | 364 set_current_wd((cp[0] == '/' && test_eval(NULL, TO_FILEQ, cp, ".", in main_init()
|
| D | exec.c | 322 te.eval = test_eval; in execute()
|
| D | sh.h | 2022 int test_eval(Test_env *, Test_op, const char *, const char *, bool);
|