Searched refs:text_file (Results 1 – 8 of 8) sorted by relevance
| /trueos/contrib/groff/src/libs/libgroff/ |
| HD | font.cpp | 68 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/ |
| HD | main.c | 72 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()
|
| HD | output.c | 1222 rewind(text_file); in output_stored_text() 1223 if (text_file == NULL) in output_stored_text() 1225 in = text_file; in output_stored_text()
|
| HD | defs.h | 319 extern FILE *text_file;
|
| HD | reader.c | 509 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/ |
| HD | ChangeLog | 1713 * 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.
|
| HD | ChangeLog.115 | 3470 * 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.
|
| HD | ChangeLog.118 | 2179 parse_x_command), src/libs/libgroff/font.cc (text_file::next,
|