Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/cmd/
H A Dtest.c13 #define OP_NOT 1 macro
46 {0, "!", OP_NOT, 1},
154 case OP_NOT: in do_test()
155 if (last_unop == OP_NOT) in do_test()
158 last_unop = OP_NOT; in do_test()
161 if (last_unop == OP_NOT) { in do_test()