Home
last modified time | relevance | path

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

/external/mksh/src/
Dfuncs.c2777 te.getopnd = ptest_getopnd; in c_test()
3249 opnd1 = (*te->getopnd)(te, op, do_eval); in test_primary()
3258 opnd1 = (*te->getopnd)(te, TO_NONOP, do_eval); in test_primary()
3265 opnd2 = (*te->getopnd)(te, op, do_eval); in test_primary()
Dsyn.c414 te.getopnd = dbtestp_getopnd; in get_command()
Dsh.h2057 const char *(*getopnd) (struct test_env *, Test_op, bool); member
Dexec.c327 te.getopnd = dbteste_getopnd; in execute()