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

  /src/bin/ksh/
c_test.h 28 TM_UNOP, /* unary operator */
c_test.c 202 otab = meta == TM_UNOP ? u_ops : b_ops;
541 if ((op = (Test_op) (*te->isa)(te, TM_UNOP))) {
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).
886 else if (meta == TM_UNOP || meta == TM_BINOP) {
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