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

  /src/bin/ksh/
c_test.c 47 Test_op op_num; member in struct:t_op
209 || (otab->op_num != TO_STLT
210 && otab->op_num != TO_STGT)))
211 return otab->op_num;
  /src/bin/test/
test.c 105 short op_num, op_type; member in struct:t_op
354 return !perform_unop(op->op_num, a2);
376 return !perform_binop(op->op_num, a1, a3);
517 return perform_binop(op->op_num, opnd1, opnd2);
522 perform_binop(enum token op_num, const char *opnd1, const char *opnd2)
524 switch (op_num) {
826 (op->op_num == LPAREN && *(t_wp+1) == 0))) {
828 return op->op_num;

Completed in 117 milliseconds