Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_tag.c62 static int tag_copy __P((SCR *, TAG *, TAG **));
601 if (tag_copy(sp, ap, &tp)) in ex_tag_copy()
680 tag_copy(SCR *sp, TAG *otp, TAG **tpp) in tag_copy() function