Searched refs:test_eval (Results 1 - 7 of 7) sorted by relevance
/third_party/mksh/ |
H A D | funcs.c | 2633 te.eval = test_eval; in c_test() 2670 rv = test_eval(&te, op, *te.pos.wp++, NULL, true); in c_test() 2685 rv = test_eval(&te, op, lhs, *te.pos.wp++, true); in c_test() 2690 argc = test_eval(&te, TO_STNZE, lhs, NULL, true); in c_test() 2691 rv = test_eval(&te, TO_STNZE, *te.pos.wp++, NULL, true); in c_test() 2799 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval() function
|
H A D | main.c | 438 set_current_wd((mksh_abspath(cp) && test_eval(NULL, TO_FILEQ, cp, in main_init()
|
H A D | exec.c | 310 te.eval = test_eval; in execute()
|
H A D | sh.h | 2835 int test_eval(Test_env *, Test_op, const char *, const char *, bool);
|
/third_party/python/Lib/test/ |
H A D | test_symtable.py | 233 def test_eval(self): member in SymtableTest
|
H A D | test_dbm_dumb.py | 235 def test_eval(self): member in DumbDBMTestCase
|
H A D | test_builtin.py | 614 def test_eval(self): member in BuiltinTest
|
Completed in 18 milliseconds