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

/freebsd-11-stable/contrib/nvi/ex/
H A Dtag.h26 FILE *from_fp; /* from cscope: FILE. */ member in struct:_csc
H A Dex_cscope.c445 csc->from_fp = fdopen(from_cs[0], "r");
686 if (!fgets(buf, sizeof(buf), csc->from_fp))
704 if (fgets(buf, sizeof(buf), csc->from_fp) == NULL)
709 while ((ch = getc(csc->from_fp)) != EOF && ch != '\n');
791 io_err: if (feof(csc->from_fp))
937 if (csc->from_fp != NULL)
938 (void)fclose(csc->from_fp);
1085 getc(csc->from_fp)) != EOF && ch != CSCOPE_PROMPT[0]);
1090 if (getc(csc->from_fp) != CSCOPE_PROMPT[1])
1092 if (getc(csc->from_fp) !
[all...]

Completed in 113 milliseconds