Home
last modified time | relevance | path

Searched defs:Input (Results 1 – 5 of 5) sorted by relevance

/plan9/sys/src/libflate/
H A Dinflate.c20 typedef struct Input Input; typedef
24 struct Input struct
26 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;
/plan9/sys/src/cmd/plumb/
H A Drules.c10 typedef struct Input Input; typedef
13 struct Input struct
20 Input *next; /* file to read after EOF on this one */ argument
/plan9/sys/src/9/bcm/
H A Duartmini.c23 Input = 0x0, enumerator
/plan9/sys/src/cmd/
H A Dtar.c47 enum { Output, Input }; enumerator
H A Dms2html.c612 Input, enumerator