Searched refs:op_unit (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/geniconvtbl/
H A Ditm_util.h64 itmc_obj_t *op_unit(itm_op_type_t,
H A Ditm_comp.y92 %type <obj> op_unit
651 op_list : op_unit
653 TRACE_MESSAGE('y', ("op_list: op_unit\n"));
656 | op_list op_unit
658 TRACE_MESSAGE('y', ("op_list: op_list op_unit\n"));
663 op_unit : /* */ SC label
665 TRACE_MESSAGE('y', ("op_unit: / *null */;\n"));
670 TRACE_MESSAGE('y', ("op_unit: expr;\n"));
726 $$ = op_unit(ITM_OP_DIRECTION, NULL, 0, NULL, 0, NULL, 0);
737 $$ = op_unit(ITM_OP_OPERATIO
[all...]
H A Ditm_util.c2035 return (op_unit(type, NULL, 0, NULL, 0, NULL, 0));
2042 return (op_unit(type, data, data_size, NULL, 0, NULL, 0));
2046 op_unit(itm_op_type_t type, function

Completed in 104 milliseconds