CWB
Data Fields
InputRedir Struct Reference

The InputRedir structure: contains information about redirecting input so it reads from a file or pipe. More...

#include <output.h>

Data Fields

char * name
 file name for redirection More...
 
FILE * stream
 the actual FILE object to read. More...
 

Detailed Description

The InputRedir structure: contains information about redirecting input so it reads from a file or pipe.

Field Documentation

char* name

file name for redirection

Referenced by open_input_stream().

FILE* stream

the actual FILE object to read.

Referenced by close_input_stream(), do_undump(), and open_input_stream().


The documentation for this struct was generated from the following file: