Home
last modified time | relevance | path

Searched defs:Pipe (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/cmd/unix/drawterm/kern/
H A Ddevpipe.c9 typedef struct Pipe Pipe; typedef
10 struct Pipe struct
13 Pipe *next; argument
14 int ref;
15 ulong path;
16 Queue *q[2];
17 int qref[2];
/plan9/sys/src/cmd/troff/
H A Dn2.c26 struct Pipe { struct
30 } Pipe; argument
/plan9/sys/src/9/port/
H A Ddevpipe.c10 typedef struct Pipe Pipe; typedef
11 struct Pipe struct
14 Pipe *next; argument
15 int ref;
16 ulong path;
17 long perm;
18 Queue *q[2];
19 int qref[2];