Searched refs:TAGF (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/bsd/nvi/dist/ex/ |
| D | ex_tag.c | 53 static void ctag_file __P((SCR *, TAGF *, char *, char **, size_t *)); 59 static int ctag_sfile __P((SCR *, TAGF *, TAGQ *, char *)); 64 static int tagf_copy __P((SCR *, TAGF *, TAGF **)); 65 static int tagf_free __P((SCR *, TAGF *)); 591 TAGF *atfp, *tfp; in ex_tag_copy() 635 tagf_copy(SCR *sp, TAGF *otfp, TAGF **tfpp) in tagf_copy() 637 TAGF *tfp; in tagf_copy() 639 MALLOC_RET(sp, tfp, TAGF *, sizeof(TAGF)); in tagf_copy() 711 tagf_free(SCR *sp, TAGF *tfp) in tagf_free() 897 TAGF *tfp; in ex_tagf_alloc() [all …]
|
| /netbsd/src/external/bsd/nvi/dist/common/ |
| D | common.h | 55 typedef struct _tagf TAGF; typedef
|