Lines Matching full:translator
42 * translator. We set the member's dn_membexpr to a DT_NODE_XLATOR node that
43 * has dn_op set to DT_TOK_XLATE and refers back to the translator itself. The
68 * xlator refers back to the translator and whose dn_xmember refers to in dt_xlator_create_member()
142 * If an input parameter name is given, this is a static translator in dt_xlator_create()
154 dxp->dx_souid.di_name = "translator"; in dt_xlator_create()
165 dxp->dx_ptrid.di_name = "translator"; in dt_xlator_create()
177 * If a deferred pragma is pending on the keyword "translator", run all in dt_xlator_create()
182 dt_idhash_lookup(yypcb->pcb_pragmas, "translator") != NULL) { in dt_xlator_create()
200 * If no input parameter is given, we're making a dynamic translator: in dt_xlator_create()
215 * if and when this translator is eventually compiled. in dt_xlator_create()
292 * In order to find a matching translator, we iterate over the set of in dt_xlator_lookup()
339 * If we get here, then we didn't find an existing translator, but the in dt_xlator_lookup()