TAGF
ctag_file(SCR *sp, TAGF *tfp, char *name, char **dirp, size_t *dlenp)
static void ctag_file(SCR *, TAGF *, char *, char **, size_t *);
static int ctag_sfile(SCR *, TAGF *, TAGQ *, char *);
static int tagf_copy(SCR *, TAGF *, TAGF **);
static int tagf_free(SCR *, TAGF *);
TAGF *atfp, *tfp;
tagf_copy(SCR *sp, TAGF *otfp, TAGF **tfpp)
TAGF *tfp;
MALLOC_RET(sp, tfp, sizeof(TAGF));
tagf_free(SCR *sp, TAGF *tfp)
TAGF *tfp;
MALLOC_RET(sp, tfp, sizeof(TAGF));
TAGF *tfp;
TAGF *tfp;
ctag_sfile(SCR *sp, TAGF *tfp, TAGQ *tqp, char *tname)