HomeSort by: relevance | last modified time | path
    Searched refs:TM_BINOP (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/ksh/
c_test.h 29 TM_BINOP, /* binary operator */
c_test.c 151 if ((op = (Test_op) (*te.isa)(&te, TM_BINOP))) {
556 if ((op = (Test_op) (*te->isa)(te, TM_BINOP))) {
579 * TM_UNOP and TM_BINOP, the returned value is a Test_op).
595 if (meta == TM_UNOP || meta == TM_BINOP)
syn.c 861 * TM_UNOP and TM_BINOP, the returned value is a Test_op).
868 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
exec.c 1466 * TM_UNOP and TM_BINOP, the returned value is a Test_op).
1485 if (meta == TM_UNOP || meta == TM_BINOP) {

Completed in 13 milliseconds