HomeSort by: relevance | last modified time | path
    Searched defs:binop (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
arithmetic.c 161 VTRACE(DBG_ARITH, ("Arith do binop %d (%jd, %jd)\n", op, a, b));
303 binop(int token, union a_token_val *val, int op, int noeval) function in typeref:typename:intmax_t
317 intmax_t a = binop(token, val, op, noeval);
  /src/bin/test/
test.c 94 BINOP
114 {"<", STRLT, BINOP},
115 {"=", STREQ, BINOP},
116 {">", STRGT, BINOP},
120 {"!=", STRNE, BINOP},
124 {"ef", FILEQ, BINOP},
125 {"eq", INTEQ, BINOP},
126 {"ge", INTGE, BINOP},
127 {"gt", INTGT, BINOP},
128 {"le", INTLE, BINOP},
505 binop(void) function in typeref:typename:int
    [all...]

Completed in 13 milliseconds