Lines Matching refs:Ev
7761 XEvent Ev[EVMAX]; variable
8302 while (xcheckmaskevent(dpy, all_ev, &Ev[n])) { in read_events()
8306 int type = Ev[n].type; in read_events()
8309 win = Ev[n].xany.window; in read_events()
8317 ev = Ev[n]; in read_events()
8319 if (type == DestroyNotify) w = Ev[n].xcreatewindow.window; in read_events()
8320 if (type == CreateNotify) w = Ev[n].xdestroywindow.window; in read_events()
8321 if (type == ReparentNotify) w = Ev[n].xreparent.window; in read_events()
8322 if (type == UnmapNotify) w = Ev[n].xunmap.window; in read_events()
8323 if (type == MapNotify) w = Ev[n].xmap.window; in read_events()
8324 if (type == Expose) w = Ev[n].xexpose.window; in read_events()
8325 if (type == ConfigureNotify) w = Ev[n].xconfigure.window; in read_events()
8341 msg = VState(Ev[n].xvisibility.state); in read_events()
8343 int x_new = Ev[n].xconfigure.x; in read_events()
8344 int y_new = Ev[n].xconfigure.y; in read_events()
8345 int w_new = Ev[n].xconfigure.width; in read_events()
8346 int h_new = Ev[n].xconfigure.height; in read_events()
8383 set_prop_atom(Ev[n].xproperty.atom); in read_events()
8395 if (type == DestroyNotify) w = Ev[n].xdestroywindow.window; in read_events()
8396 if (type == UnmapNotify) w = Ev[n].xunmap.window; in read_events()
8397 if (type == MapNotify) w = Ev[n].xmap.window; in read_events()
8398 if (type == Expose) w = Ev[n].xexpose.window; in read_events()
8399 if (type == ConfigureNotify) w = Ev[n].xconfigure.window; in read_events()
8430 if (Ev[n].xvisibility.state == VisibilityUnobscured) { in read_events()
9190 XEvent ev = Ev[n1]; in check_ncache()
9324 ev = Ev[ik]; in check_ncache()
9583 ev = Ev[ik]; in check_ncache()
9660 ev = Ev[ik]; in check_ncache()