Home
last modified time | relevance | path

Searched refs:last_binop (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Dtest.c57 int i, op, left, adv, expr, last_expr, last_unop, last_binop; in do_test() local
76 last_binop = OP_INVALID; in do_test()
148 last_binop = OP_OR; in do_test()
152 last_binop = OP_AND; in do_test()
166 if (last_binop == OP_OR) in do_test()
168 else if (last_binop == OP_AND) in do_test()
170 last_binop = OP_INVALID; in do_test()