Searched refs:TAGF (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/nvi/ex/ |
H A D | ex_tag.c | 37 static void ctag_file(SCR *, TAGF *, char *, char **, size_t *); 39 static int ctag_sfile(SCR *, TAGF *, TAGQ *, char *); 44 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() [all …]
|
/freebsd/contrib/nvi/common/ |
H A D | common.h | 44 typedef struct _tagf TAGF; typedef
|