|
CWB
|
The Redir structure: contains information about redirecting output to a file or pipe. More...
#include <output.h>
Data Fields | |
| char * | name |
| file name for redirection; if NULL, stdout is used More... | |
| char * | mode |
| mode for redirection ("w" or "a") More... | |
| FILE * | stream |
| the actual FILE object to write to. More... | |
| int | is_paging |
| true iff piping into default pager More... | |
The Redir structure: contains information about redirecting output to a file or pipe.
NB this oufght really to be "OutputRedir" as it is the distaff counterpart of InputRedir...
| int is_paging |
true iff piping into default pager
Referenced by catalog_corpus(), close_stream(), and open_stream().
| char* mode |
mode for redirection ("w" or "a")
Referenced by catalog_corpus(), and open_stream().
| char* name |
file name for redirection; if NULL, stdout is used
Referenced by catalog_corpus(), do_save(), and open_stream().
| FILE* stream |
the actual FILE object to write to.
Referenced by catalog_corpus(), close_stream(), corpus_info(), do_dump(), open_stream(), print_group(), print_tabulation(), PrintContextDescriptor(), and SortSubcorpus().
1.8.8