HomeSort by: relevance | last modified time | path
    Searched refs:to_fp (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/nvi/dist/ex/
tag.h 29 FILE *to_fp; /* to cscope: FILE. */ member in struct:_csc
ex_cscope.c 431 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 69 milliseconds