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

/external/squashfs-tools/squashfs-tools/
H A Daction.h92 struct expr_op { struct
117 struct expr_op expr_op; member in union:expr::__anon17710
H A Daction.c220 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
[all...]

Completed in 53 milliseconds