Searched refs:from_fp (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/nvi/dist/ex/
H A Dtag.h27 FILE *from_fp; /* from cscope: FILE. */ member in struct:_csc
H A Dex_cscope.c433 csc->from_fp = fdopen(from_cs[0], "r");
671 if (!fgets(buf, sizeof(buf), csc->from_fp))
689 if (fgets(buf, sizeof(buf), csc->from_fp) == NULL)
694 while ((ch = getc(csc->from_fp)) != EOF && ch != '\n');
766 io_err: if (feof(csc->from_fp))
895 if (csc->from_fp != NULL)
896 (void)fclose(csc->from_fp);
1033 getc(csc->from_fp)) != EOF && ch != CSCOPE_PROMPT[0]);
1038 if (getc(csc->from_fp) != CSCOPE_PROMPT[1])
1040 if (getc(csc->from_fp) !
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dunwind.c1778 int from_fp = 0; local
1797 from_fp = 1;
1805 if (from_fp)
2008 int from_fp = 0; local
2038 from_fp = 1;
2043 if (from_fp)
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dunwind.c1784 int from_fp = 0; local
1803 from_fp = 1;
1811 if (from_fp)
2014 int from_fp = 0; local
2044 from_fp = 1;
2049 if (from_fp)

Completed in 135 milliseconds