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

/external/mksh/src/
H A Dsyn.c973 * TM_UNOP and TM_BINOP, the returned value is a Test_op).
978 int c = tpeek(ARRAYVAR | (meta == TM_BINOP ? 0 : CONTIN));
997 else if (meta == TM_UNOP || meta == TM_BINOP) {
998 if (meta == TM_BINOP && c == REDIR &&
H A Dfuncs.c2842 if ((op = ptest_isa(&te, TM_BINOP))) {
3260 !test_isop(TM_BINOP, te->pos.wp[1]))) {
3277 if ((op = (*te->isa)(te, TM_BINOP))) {
3297 * TM_UNOP and TM_BINOP, the returned value is a Test_op).
3311 if (meta == TM_UNOP || meta == TM_BINOP)
H A Dexec.c1665 * TM_UNOP and TM_BINOP, the returned value is a Test_op).
1682 if (meta == TM_UNOP || meta == TM_BINOP) {
H A Dsh.h1999 TM_BINOP, /* binary operator */ enumerator in enum:Test_meta

Completed in 1546 milliseconds