Searched refs:to_fp (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/nvi/dist/ex/
H A Dtag.h29 FILE *to_fp; /* to cscope: FILE. */ member in struct:_csc
H A Dex_cscope.c431 csc->to_fp = fdopen(to_cs[1], "w");
507 (void)fprintf(csc->to_fp, "%zu%s\n", search, tqp->tag + 2);
508 (void)fflush(csc->to_fp);
897 if (csc->to_fp != NULL)
898 (void)fclose(csc->to_fp);

Completed in 222 milliseconds