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

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

Completed in 71 milliseconds