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

/illumos-gate/usr/src/cmd/mandoc/
H A Dtag.h19 char ofn[20]; member in struct:tag_files
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dmerge.c757 fndef_t *ofn = old->t_fndef; local
760 (void) remap_node(&nfn->fn_ret, ofn->fn_ret, old->t_id, new, mcd);
762 nfn->fn_nargs = ofn->fn_nargs;
763 nfn->fn_vargs = ofn->fn_vargs;
766 nfn->fn_args = xcalloc(sizeof (tdesc_t *) * ofn->fn_nargs);
768 for (i = 0; i < ofn->fn_nargs; i++) {
769 (void) remap_node(&nfn->fn_args[i], ofn->fn_args[i], old->t_id,

Completed in 47 milliseconds