Home
last modified time | relevance | path

Searched refs:op_self (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_util.h60 itmc_obj_t *op_self(itm_op_type_t);
H A Ditm_comp.y746 $$ = op_self(ITM_OP_INIT);
752 $$ = op_self(ITM_OP_RESET);
785 $$ = op_self(ITM_OP_BREAK);
790 $$ = op_self(ITM_OP_RETURN);
H A Ditm_util.c2035 op_self(itm_op_type_t type) in op_self() function