Searched refs:op_unary (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/geniconvtbl/ |
H A D | itm_comp.y | 671 $$ = op_unary(ITM_OP_EXPR, $1, sizeof (itm_expr_t)); 684 $$ = op_unary(ITM_OP_ERROR, $2, sizeof (itm_expr_t)); 698 $$ = op_unary(ITM_OP_DISCARD, $2, sizeof (itm_expr_t)); 706 $$ = op_unary(ITM_OP_OUT_D, $3, sizeof (itm_expr_t)); 709 $$ = op_unary(ITM_OP_OUT_S, $3, sizeof (itm_expr_t)); 712 $$ = op_unary(ITM_OP_OUT_R, $3, sizeof (itm_expr_t)); 715 $$ = op_unary(ITM_OP_OUT_INVD, $3, sizeof (itm_expr_t)); 718 $$ = op_unary(ITM_OP_OUT, $3, sizeof (itm_expr_t)); 797 $$ = op_unary(ITM_OP_PRINTCHR, $2, sizeof (itm_expr_t)); 802 $$ = op_unary(ITM_OP_PRINTHD, $2, sizeof (itm_expr_t)); [all …]
|
H A D | itm_util.h | 63 itmc_obj_t *op_unary(itm_op_type_t, void *, size_t);
|
H A D | itm_util.c | 2042 op_unary(itm_op_type_t type, void *data, size_t data_size) in op_unary() function
|