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

/freebsd-10.1-release/contrib/groff/src/libs/libgroff/
H A Dfont.cpp66 /* text_file */
68 struct text_file { struct
76 text_file(FILE *fp, char *p);
77 ~text_file();
85 text_file::text_file(FILE *p, char *s) function in class:text_file
90 text_file::~text_file()
98 int text_file::next()
140 void text_file
[all...]
/freebsd-10.1-release/contrib/byacc/
H A Dmain.c72 FILE *text_file; /* a temp file, used to save text until all */ variable
140 DO_CLOSE(text_file);
628 text_file = open_tmpfile("text_file");
H A Doutput.c1182 rewind(text_file);
1183 if (text_file == NULL)
1184 open_error("text_file");
1185 in = text_file;
H A Dreader.c492 FILE *f = text_file;
562 fputs(s, text_file);
570 putc(c, text_file);
589 fprintf(text_file, line_format, lineno, input_file_name);

Completed in 63 milliseconds