Searched defs:op_unit (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/geniconvtbl/
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.c2037 return (op_unit(type, NULL, 0, NULL, 0, NULL, 0));
2044 return (op_unit(type, data, data_size, NULL, 0, NULL, 0));
2048 op_unit(itm_op_type_t type, function

Completed in 253 milliseconds