OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Jun 20 00:25:23 UTC 2026