Searched refs:TM_UNOP (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/bin/ksh/
H A Dc_test.h28 TM_UNOP, /* unary operator */ enumerator in enum:Test_meta
H A Dc_test.c186 otab = meta == TM_UNOP ? u_ops : b_ops;
449 if ((op = (Test_op) (*te->isa)(te, TM_UNOP))) {
489 * TM_UNOP and TM_BINOP, the returned value is a Test_op).
503 if (meta == TM_UNOP || meta == TM_BINOP)
H A Dsyn.c825 * TM_UNOP and TM_BINOP, the returned value is a Test_op).
848 else if (meta == TM_UNOP || meta == TM_BINOP) {
H A Dexec.c1352 * TM_UNOP and TM_BINOP, the returned value is a Test_op).
1369 if (meta == TM_UNOP || meta == TM_BINOP) {

Completed in 160 milliseconds