HomeSort by: relevance | last modified time | path
    Searched defs:text_file (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/groff/dist/src/libs/libgroff/
font.cpp 68 /* text_file */
70 struct text_file { struct
78 text_file(FILE *fp, char *p);
79 ~text_file();
87 text_file::text_file(FILE *p, char *s) function in class:text_file
92 text_file::~text_file()
100 int text_file::next()
142 void text_file::error(const char *format,
    [all...]
  /src/external/bsd/byacc/dist/
main.c 83 FILE *text_file; /* a temp file, used to save text until all */ variable
153 DO_CLOSE(text_file);
858 text_file = open_tmpfile("text_file");

Completed in 18 milliseconds