Searched refs:unary_op (Results 1 – 2 of 2) sorted by relevance
107 struct unary_op { struct118 struct unary_op unary_op; argument
214 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()