Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dtest.c56 int i, op, left, adv, expr, last_expr, last_unop, last_binop; in do_test() local
75 last_binop = OP_INVALID; in do_test()
147 last_binop = OP_OR; in do_test()
151 last_binop = OP_AND; in do_test()
165 if (last_binop == OP_OR) in do_test()
167 else if (last_binop == OP_AND) in do_test()
169 last_binop = OP_INVALID; in do_test()