Searched defs:Input (Results 1 – 5 of 5) sorted by relevance
20 typedef struct Input Input; typedef24 struct Input struct26 int error; /* first error encountered, or FlateOk */27 void *wr;28 int (*w)(void*, void*, int);29 void *getr;30 int (*get)(void*);31 ulong sreg;32 int nbits;
10 typedef struct Input Input; typedef13 struct Input struct20 Input *next; /* file to read after EOF on this one */ argument
23 Input = 0x0, enumerator
47 enum { Output, Input }; enumerator
612 Input, enumerator