Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Daction.h107 struct unary_op { struct
118 struct unary_op unary_op; argument
Daction.c214 free_parse_tree(expr->unary_op.expr); in free_parse_tree()
258 expr->unary_op.expr = lhs; in create_unary_op()
259 expr->unary_op.op = op; in create_unary_op()
708 match = !eval_expr_log(expr->unary_op.expr, action_data); in eval_expr_log()
736 match = !eval_expr(expr->unary_op.expr, action_data); in eval_expr()
3149 printf("%s", token_table[expr->unary_op.op].string); in dump_parse_tree()
3150 dump_parse_tree(expr->unary_op.expr); in dump_parse_tree()