HomeSort by relevance Sort by last modified time
    Searched refs:TOK_OR (Results 1 - 2 of 2) sorted by null

  /external/squashfs-tools/squashfs-tools/
action.h 33 #define TOK_OR 3
action.c 76 { "||", TOK_OR, 2 },
429 if (op != TOK_AND && op != TOK_OR) {
719 (expr->expr_op.op == TOK_OR && !match)) {
746 (expr->expr_op.op == TOK_OR && !match))
    [all...]

Completed in 74 milliseconds