Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dmain.c163 if ((gp->tracefp = fopen(optarg, "w")) == NULL) { in editor()
167 (void)fprintf(gp->tracefp, in editor()
490 if (gp->tracefp != NULL) in v_end()
491 (void)fclose(gp->tracefp); in v_end()
H A Dgs.h95 FILE *tracefp; /* Trace file pointer. */ member
H A Dutil.c375 if ((tfp = sp->gp->tracefp) == NULL)