Home
last modified time | relevance | path

Searched refs:text_file (Results 1 – 8 of 8) sorted by relevance

/trueos/contrib/groff/src/libs/libgroff/
HDfont.cpp68 struct text_file { struct
76 text_file(FILE *fp, char *p); argument
77 ~text_file();
85 text_file::text_file(FILE *p, char *s) in text_file() function in text_file
90 text_file::~text_file() in ~text_file()
98 int text_file::next() in next()
140 void text_file::error(const char *format, in error()
578 text_file t(fp, path); in load()
835 text_file t(fp, path); in load_desc()
/trueos/contrib/byacc/
HDmain.c72 FILE *text_file; /* a temp file, used to save text until all */ variable
140 DO_CLOSE(text_file); in done()
630 text_file = open_tmpfile("text_file"); in open_files()
HDoutput.c1222 rewind(text_file); in output_stored_text()
1223 if (text_file == NULL) in output_stored_text()
1225 in = text_file; in output_stored_text()
HDdefs.h319 extern FILE *text_file;
HDreader.c509 FILE *f = text_file; in copy_text()
579 fputs(s, text_file); in puts_both()
587 putc(c, text_file); in putc_both()
606 fprintf(text_file, line_format, lineno, input_file_name); in copy_union()
/trueos/contrib/groff/
HDChangeLog1713 * src/libs/libgroff/font.cpp (text_file): Add `silent' member.
1714 (text_file::text_file): Updated.
1715 (text_file::error): Don't emit message if `silent' is set.
HDChangeLog.1153470 * lib/font.c (text_file::next): Don't return if we have got a
3883 * lib/font.c (text_file::next): Deal with arbitrarily long lines.
HDChangeLog.1182179 parse_x_command), src/libs/libgroff/font.cc (text_file::next,