Searched refs:getopnd (Results 1 – 4 of 4) sorted by relevance
/openbsd/bin/ksh/ |
H A D | c_test.c | 111 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 D | c_test.h | 46 const char *(*getopnd) (Test_env *, Test_op, int); member
|
H A D | syn.c | 307 te.getopnd = dbtestp_getopnd; in get_command()
|
H A D | exec.c | 265 te.getopnd = dbteste_getopnd; in execute()
|