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

  /external/squashfs-tools/squashfs-tools/
action.h 92 struct expr_op { struct
117 struct expr_op expr_op; member in union:expr::__anon30155
action.c 220 free_parse_tree(expr->expr_op.lhs);
221 free_parse_tree(expr->expr_op.rhs);
242 expr->expr_op.lhs = lhs;
243 expr->expr_op.rhs = rhs;
244 expr->expr_op.op = op;
716 match = eval_expr_log(expr->expr_op.lhs, action_data);
718 if ((expr->expr_op.op == TOK_AND && match) ||
719 (expr->expr_op.op == TOK_OR && !match)) {
720 expr_log(token_table[expr->expr_op.op].string);
721 match = eval_expr_log(expr->expr_op.rhs, action_data)
    [all...]

Completed in 41 milliseconds