Searched refs:nfn (Results 1 – 2 of 2) sorted by relevance
749 fndef_t *nfn = xmalloc(sizeof (fndef_t)); in conjure_function() local753 (void) remap_node(&nfn->fn_ret, ofn->fn_ret, old->t_id, new, mcd); in conjure_function()755 nfn->fn_nargs = ofn->fn_nargs; in conjure_function()756 nfn->fn_vargs = ofn->fn_vargs; in conjure_function()758 if (nfn->fn_nargs > 0) in conjure_function()759 nfn->fn_args = xcalloc(sizeof (tdesc_t *) * ofn->fn_nargs); in conjure_function()762 (void) remap_node(&nfn->fn_args[i], ofn->fn_args[i], old->t_id, in conjure_function()766 new->t_fndef = nfn; in conjure_function()
137 set nfn($fn) $t178 puts $fo "<TD>$k</TD><TD><FONT SIZE=-1>$nfn($k)</FONT></TD>"