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

/freebsd-11-stable/contrib/nvi/ex/
H A Dtag.h28 FILE *to_fp; /* to cscope: FILE. */ member in struct:_csc
H A Dex_cscope.c443 csc->to_fp = fdopen(to_cs[1], "w");
522 (void)fprintf(csc->to_fp, "%lu%s\n", search, tqp->tag + 2);
523 (void)fflush(csc->to_fp);
939 if (csc->to_fp != NULL)
940 (void)fclose(csc->to_fp);

Completed in 67 milliseconds