Home
last modified time | relevance | path

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

/netbsd/src/bin/ksh/
Dc_test.c151 if ((op = (Test_op) (*te.isa)(&te, TM_BINOP))) {
554 if ((op = (Test_op) (*te->isa)(te, TM_BINOP))) {
593 if (meta == TM_UNOP || meta == TM_BINOP)
Dc_test.h29 TM_BINOP, /* binary operator */ enumerator
Dsyn.c868 int c = tpeek(ARRAYVAR | (meta == TM_BINOP ? 0 : CONTIN));
886 else if (meta == TM_UNOP || meta == TM_BINOP) {
887 if (meta == TM_BINOP && c == REDIR
Dexec.c1485 if (meta == TM_UNOP || meta == TM_BINOP) {