Home
last modified time | relevance | path

Searched defs:Event (Results 1 – 13 of 13) sorted by relevance

/plan9-contrib/acme/bin/source/adict/
H A Dwin.h9 typedef struct Event Event; typedef
10 struct Event struct
12 int c1;
13 int c2;
14 int q0;
15 int q1;
16 int flag;
17 int nb;
18 int nr;
19 char b[EVENTSIZE*UTFmax+1];
[all …]
/plan9-contrib/acme/news/src/
H A Dwin.h2 typedef struct Event Event; typedef
12 struct Event struct
14 int c1;
38 Event e[NEVENT]; argument
/plan9-contrib/acme/bin/source/win/
H A Ddat.h2 typedef struct Event Event; typedef
22 struct Event struct
24 int c1;
48 Event e[NEVENT]; argument
/plan9-contrib/sys/include/
H A Devent.h5 typedef struct Event Event; typedef
27 struct Event struct
48 extern ulong estartfn(ulong, int, int, int (*fn)(int, Event*, uchar*, int)); argument
/plan9-contrib/acme/wiki/src/
H A Dawiki.h7 typedef struct Event Event; typedef
17 struct Event struct
19 int c1;
43 Event e[NEVENT]; argument
/plan9-contrib/acme/bin/source/acd/
H A Dacd.h11 typedef struct Event Event; typedef
21 struct Event struct
23 int c1;
47 Event e[NEVENT]; argument
/plan9-contrib/acme/mail/src/
H A Ddat.h1 typedef struct Event Event; typedef
13 struct Event struct
15 int c1;
39 Event e[NEVENT]; argument
/plan9-contrib/sys/src/cmd/mk/
H A Drun.c3 typedef struct Event struct
7 } Event; typedef
/plan9-contrib/sys/src/cmd/astro/
H A Dastro.h11 typedef struct Event Event; typedef
55 struct Event struct
57 char* format;
58 char* arg1;
59 char* arg2;
60 double tim;
61 int flag;
/plan9-contrib/sys/src/cmd/
H A Dtrace.c29 typedef struct Event Event; typedef
31 struct Event { struct
40 Event *events; argument
/plan9-contrib/sys/src/cmd/ip/
H A Dpptpd.c9 typedef struct Event Event; typedef
52 struct Event { struct
54 QLock waitlk;
55 int wait;
56 int ready;
/plan9-contrib/sys/src/libdraw/
H A Devent.c146 estartfn(ulong key, int fd, int n, int (*fn)(int, Event*, uchar*, int)) in estartfn() argument
/plan9-contrib/sys/src/9/teg2/
H A Darchtegra.c191 Event = 1<<14, /* w1c */ enumerator