CWB
|
The Redir structure: contains information about redirecting output to a file or pipe. More...
#include <output.h>
The Redir structure: contains information about redirecting output to a file or pipe.
int is_paging |
true iff piping into default pager
Referenced by catalog_corpus(), and open_stream().
int is_pipe |
true iff this is a pipe rather than a file.
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().