Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/ex/
H A Dtag.h26 FILE *to_fp; /* to cscope: FILE. */ member
H A Dex_cscope.c444 csc->to_fp = fdopen(to_cs[1], "w"); in run_cscope()
523 (void)fprintf(csc->to_fp, "%lu%s\n", search, tqp->tag + 2); in cscope_find()
524 (void)fflush(csc->to_fp); in cscope_find()
944 if (csc->to_fp != NULL) in terminate()
945 (void)fclose(csc->to_fp); in terminate()