Home | History | Annotate | Download | only in tpctl

Lines Matching defs:ev

115 	struct wscons_event ev;
119 while (read(tp->fd, &ev, sizeof(ev)) == sizeof(ev)) {
120 switch (ev.type) {
143 struct wscons_event ev;
150 if ((res = read(tp->fd, &ev, sizeof(ev))) < 0) {
155 if (res != sizeof(ev)) {
159 switch (ev.type) {
161 *x = ev.value;
168 *y = ev.value;