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

/openbsd-current/bin/ksh/
H A Dc_test.h29 TM_BINOP, /* binary operator */ enumerator in enum:Test_meta
H A Dc_test.c144 if ((op = (Test_op) (*te.isa)(&te, TM_BINOP))) {
448 !test_isop(te, TM_BINOP, te->pos.wp[1]))) {
466 if ((op = (Test_op) (*te->isa)(te, TM_BINOP))) {
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).
830 int c = tpeek(ARRAYVAR | (meta == TM_BINOP ? 0 : CONTIN));
848 else if (meta == TM_UNOP || meta == TM_BINOP) {
849 if (meta == TM_BINOP && c == REDIR &&
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 198 milliseconds