Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/ex/
H A Dex_tag.c44 static int tagf_copy(SCR *, TAGF *, TAGF **);
45 static int tagf_free(SCR *, TAGF *);
542 TAGF *atfp, *tfp; in ex_tag_copy()
584 tagf_copy(SCR *sp, TAGF *otfp, TAGF **tfpp) in tagf_copy()
586 TAGF *tfp; in tagf_copy()
588 MALLOC_RET(sp, tfp, sizeof(TAGF)); in tagf_copy()
662 tagf_free(SCR *sp, TAGF *tfp) in tagf_free()
843 TAGF *tfp; in ex_tagf_alloc()
856 MALLOC_RET(sp, tfp, sizeof(TAGF)); in ex_tagf_alloc()
885 TAGF *tfp; in ex_tag_free()
[all …]
/freebsd/contrib/nvi/common/
H A Dcommon.h43 typedef struct _tagf TAGF; typedef