Searched refs:TST_OP_NOT (Results 1 – 2 of 2) sorted by relevance
41 return TST_OP_NOT; in char_to_op()193 case TST_OP_NOT: in check_one()241 while (stack_peek_op(op_stack, op_stack_pos) == TST_OP_NOT) in shunting_yard()273 while (stack_peek_op(op_stack, op_stack_pos) == TST_OP_NOT) in shunting_yard()276 case TST_OP_NOT: in shunting_yard()371 case TST_OP_NOT: in tst_bool_expr_eval()
10 TST_OP_NOT, enumerator