Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Dc_test.c111 te.getopnd = ptest_getopnd; in c_test()
143 opnd1 = (*te.getopnd)(&te, TO_NONOP, 1); in c_test()
145 opnd2 = (*te.getopnd)(&te, op, 1); in c_test()
158 opnd1 = (*te.getopnd)(&te, TO_NONOP, 1); in c_test()
451 opnd1 = (*te->getopnd)(te, op, do_eval); in test_primary()
461 opnd1 = (*te->getopnd)(te, TO_NONOP, do_eval); in test_primary()
468 opnd2 = (*te->getopnd)(te, op, do_eval); in test_primary()
H A Dc_test.h46 const char *(*getopnd) (Test_env *, Test_op, int); member
H A Dsyn.c307 te.getopnd = dbtestp_getopnd; in get_command()
H A Dexec.c265 te.getopnd = dbteste_getopnd; in execute()