Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/vi/common/
H A Dmain.c187 if ((gp->tracefp = fopen(optarg, "w")) == NULL) { in editor()
191 (void)fprintf(gp->tracefp, in editor()
193 fflush(gp->tracefp); in editor()
514 if (gp->tracefp != NULL) in v_end()
515 (void)fclose(gp->tracefp); in v_end()
H A Dutil.c169 if ((tfp = sp->gp->tracefp) == NULL) in TRACE()
H A Dgs.h95 FILE *tracefp; /* Trace file pointer. */ member