Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/vi/ex/
Dex_tag.c688 tagf_copy(sp, otfp, tfpp) in tagf_copy() argument
690 TAGF *otfp, **tfpp;
695 *tfp = *otfp;
698 if ((tfp->name = strdup(otfp->name)) == NULL) {