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

/external/mksh/src/
H A Dfuncs.c2820 tbl = meta == TM_UNOP ? u_ops : b_ops;
3143 if ((op = (*te->isa)(te, TM_UNOP))) {
3179 * TM_UNOP and TM_BINOP, the returned value is a Test_op).
3193 if (meta == TM_UNOP || meta == TM_BINOP)
H A Dsyn.c962 * TM_UNOP and TM_BINOP, the returned value is a Test_op).
986 else if (meta == TM_UNOP || meta == TM_BINOP) {
H A Dexec.c1644 * TM_UNOP and TM_BINOP, the returned value is a Test_op).
1661 if (meta == TM_UNOP || meta == TM_BINOP) {
H A Dsh.h1885 TM_UNOP, /* unary operator */ enumerator in enum:Test_meta

Completed in 466 milliseconds