Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/ex/
H A Dex_tag.c584 tagf_copy(SCR *sp, TAGF *otfp, TAGF **tfpp) in tagf_copy() argument
589 *tfp = *otfp; in tagf_copy()
592 if ((tfp->name = strdup(otfp->name)) == NULL) { in tagf_copy()