Searched refs:TOK_OR (Results 1 – 2 of 2) sorted by relevance
33 #define TOK_OR 3 macro
76 { "||", TOK_OR, 2 },429 if (op != TOK_AND && op != TOK_OR) { in parse_expr()719 (expr->expr_op.op == TOK_OR && !match)) { in eval_expr_log()746 (expr->expr_op.op == TOK_OR && !match)) in eval_expr()