Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Daction.h32 #define TOK_AND 2 macro
Daction.c75 { "&&", TOK_AND, 2 },
429 if (op != TOK_AND && op != TOK_OR) { in parse_expr()
718 if ((expr->expr_op.op == TOK_AND && match) || in eval_expr_log()
745 if ((expr->expr_op.op == TOK_AND && match) || in eval_expr()