Searched refs:op_unit (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/geniconvtbl/ |
H A D | itm_comp.y | 92 %type <obj> op_unit 651 op_list : op_unit 656 | op_list op_unit 663 op_unit : /* */ SC 726 $$ = op_unit(ITM_OP_DIRECTION, NULL, 0, NULL, 0, NULL, 0); 737 $$ = op_unit(ITM_OP_OPERATION, NULL, 0, NULL, 0, NULL, 0); 760 $$ = op_unit(ITM_OP_MAP, NULL, 0, NULL, 0, NULL, 0); 771 $$ = op_unit(ITM_OP_MAP, NULL, 0, $3, 818 $$ = op_unit(ITM_OP_IF, 833 $$ = op_unit(ITM_OP_IF_ELSE, [all …]
|
H A D | itm_util.h | 64 itmc_obj_t *op_unit(itm_op_type_t,
|
H A D | itm_util.c | 2037 return (op_unit(type, NULL, 0, NULL, 0, NULL, 0)); in op_self() 2044 return (op_unit(type, data, data_size, NULL, 0, NULL, 0)); in op_unary() 2048 op_unit(itm_op_type_t type, in op_unit() function
|