Home
last modified time | relevance | path

Searched defs:evnt (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/devel/vstr/vstr-1.0.15/examples/
H A Devnt.c352 int evnt_fd(struct Evnt *evnt) in evnt_fd()
403 void evnt_cb_func_F(struct Evnt *evnt) in evnt_cb_func_F()
541 void evnt_free(struct Evnt *evnt) in evnt_free()
858 void evnt_close(struct Evnt *evnt) in evnt_close()
879 void evnt_put_pkt(struct Evnt *evnt) in evnt_put_pkt()
896 void evnt_got_pkt(struct Evnt *evnt) in evnt_got_pkt()
969 void evnt_send_del(struct Evnt *evnt) in evnt_send_del()
1123 int evnt_send(struct Evnt *evnt) in evnt_send()
1817 struct Evnt *evnt = data; in evnt__timer_cb_mtime() local
2196 void evnt_poll_del(struct Evnt *evnt) in evnt_poll_del()
[all …]
H A Dcntl.c21 struct Evnt evnt[1]; member
27 struct Evnt *evnt; member
186 struct Evnt *evnt = evnt_queue("accept"); in cntl__close() local
251 struct Evnt *evnt = evnt_queue("accept"); in cntl__status() local
290 const struct Evnt *evnt = data; in cntl__srch_waiter_evnt() local
295 static void cntl__cb_func_free(struct Evnt *evnt) in cntl__cb_func_free()
321 static int cntl__cb_func_recv(struct Evnt *evnt) in cntl__cb_func_recv()
411 static void cntl__cb_func_acpt_free(struct Evnt *evnt) in cntl__cb_func_acpt_free()
430 struct Evnt *evnt = NULL; in cntl__cb_func_accept() local
462 struct Evnt *evnt = NULL; in cntl_make_file() local
[all …]
H A Dex_echod.c89 struct Evnt evnt[1]; member
125 static int serv_cb_func_recv(struct Evnt *evnt) in serv_cb_func_recv()
143 static int serv_cb_func_send(struct Evnt *evnt) in serv_cb_func_send()
148 static void serv_cb_func_free(struct Evnt *evnt) in serv_cb_func_free()
249 struct Evnt *evnt = NULL; in serv_make_bind() local
394 struct Evnt *evnt = evnt_queue("accept"); in serv_cmd_line() local
H A Dex_httpd.c219 static int serv_cb_func_send(struct Evnt *evnt) in serv_cb_func_send()
228 static int serv_cb_func_recv(struct Evnt *evnt) in serv_cb_func_recv()
237 static void serv_cb_func_free(struct Evnt *evnt) in serv_cb_func_free()
311 struct Evnt *evnt = NULL; in serv_make_bind() local
651 struct Evnt *evnt = evnt_queue("accept"); in serv_cmd_line() local
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dsdl2_ui.cpp444 SDL_Event evnt; in ProcessEvents() local
487 void Sdl2Ui::ProcessEvent(SDL_Event &evnt) { in ProcessEvent()
539 void Sdl2Ui::ProcessActiveEvent(SDL_Event &evnt) { in ProcessActiveEvent()
577 void Sdl2Ui::ProcessKeyDownEvent(SDL_Event &evnt) { in ProcessKeyDownEvent()
600 void Sdl2Ui::ProcessKeyUpEvent(SDL_Event &evnt) { in ProcessKeyUpEvent()
609 void Sdl2Ui::ProcessMouseMotionEvent(SDL_Event& evnt) { in ProcessMouseMotionEvent()
619 void Sdl2Ui::ProcessMouseWheelEvent(SDL_Event& evnt) { in ProcessMouseWheelEvent()
639 void Sdl2Ui::ProcessMouseButtonEvent(SDL_Event& evnt) { in ProcessMouseButtonEvent()
668 void Sdl2Ui::ProcessJoystickHatEvent(SDL_Event &evnt) { in ProcessJoystickHatEvent()
738 void Sdl2Ui::ProcessFingerEvent(SDL_Event& evnt) { in ProcessFingerEvent()
[all …]
H A Dsdl_ui.cpp366 SDL_Event evnt; in ProcessEvents() local
502 void SdlUi::ProcessEvent(SDL_Event &evnt) { in ProcessEvent()
535 void SdlUi::ProcessActiveEvent(SDL_Event &evnt) { in ProcessActiveEvent()
564 void SdlUi::ProcessKeyDownEvent(SDL_Event &evnt) { in ProcessKeyDownEvent()
587 void SdlUi::ProcessKeyUpEvent(SDL_Event &evnt) { in ProcessKeyUpEvent()
596 void SdlUi::ProcessJoystickButtonEvent(SDL_Event &evnt) { in ProcessJoystickButtonEvent()
602 void SdlUi::ProcessJoystickHatEvent(SDL_Event &evnt) { in ProcessJoystickHatEvent()
641 void SdlUi::ProcessJoystickAxisEvent(SDL_Event &evnt) { in ProcessJoystickAxisEvent()
821 int FilterUntilFocus(const SDL_Event* evnt) { in FilterUntilFocus()
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.Gui/Mono.Addins.Gui/
H A DHoverImageButton.cs95 protected override bool OnEnterNotifyEvent(Gdk.EventCrossing evnt) in OnEnterNotifyEvent()
103 protected override bool OnLeaveNotifyEvent(Gdk.EventCrossing evnt) in OnLeaveNotifyEvent()
110 protected override bool OnFocusInEvent(Gdk.EventFocus evnt) in OnFocusInEvent()
117 protected override bool OnFocusOutEvent(Gdk.EventFocus evnt) in OnFocusOutEvent()
124 protected override bool OnButtonPressEvent(Gdk.EventButton evnt) in OnButtonPressEvent()
137 protected override bool OnButtonReleaseEvent(Gdk.EventButton evnt) in OnButtonReleaseEvent()
150 protected override bool OnExposeEvent(Gdk.EventExpose evnt) in OnExposeEvent()
/dports/graphics/pinta/pinta-1.7.1/Pinta.Docking/MonoDevelop.Components/
H A DHPanedThin.cs76 protected override bool OnExposeEvent (Gdk.EventExpose evnt) in OnExposeEvent()
169 protected override bool OnEnterNotifyEvent (Gdk.EventCrossing evnt) in OnEnterNotifyEvent()
178 protected override bool OnLeaveNotifyEvent (Gdk.EventCrossing evnt) in OnLeaveNotifyEvent()
184 protected override bool OnButtonPressEvent (Gdk.EventButton evnt) in OnButtonPressEvent()
195 protected override bool OnButtonReleaseEvent (Gdk.EventButton evnt) in OnButtonReleaseEvent()
201 protected override bool OnMotionNotifyEvent (Gdk.EventMotion evnt) in OnMotionNotifyEvent()
H A DImageButton.cs94 protected override bool OnEnterNotifyEvent (Gdk.EventCrossing evnt) in OnEnterNotifyEvent()
101 protected override bool OnLeaveNotifyEvent (Gdk.EventCrossing evnt) in OnLeaveNotifyEvent()
108 protected override bool OnButtonPressEvent (Gdk.EventButton evnt) in OnButtonPressEvent()
114 protected override bool OnButtonReleaseEvent (Gdk.EventButton evnt) in OnButtonReleaseEvent()
H A DPathBar.cs245 protected override bool OnExposeEvent (EventExpose evnt) in OnExposeEvent()
437 protected override bool OnButtonPressEvent (EventButton evnt) in OnButtonPressEvent()
447 protected override bool OnButtonReleaseEvent (EventButton evnt) in OnButtonReleaseEvent()
567 protected override bool OnMotionNotifyEvent (EventMotion evnt) in OnMotionNotifyEvent()
573 protected override bool OnLeaveNotifyEvent (EventCrossing evnt) in OnLeaveNotifyEvent()
580 protected override bool OnEnterNotifyEvent (EventCrossing evnt) in OnEnterNotifyEvent()
H A DTabstrip.cs126 protected override bool OnMotionNotifyEvent (Gdk.EventMotion evnt) in OnMotionNotifyEvent()
156 protected override bool OnButtonPressEvent (Gdk.EventButton evnt) in OnButtonPressEvent()
164 protected override bool OnLeaveNotifyEvent (Gdk.EventCrossing evnt) in OnLeaveNotifyEvent()
179 protected override bool OnExposeEvent (Gdk.EventExpose evnt) in OnExposeEvent()
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.GuiGtk3/Mono.Addins.Gui/
H A DHoverImageButton.cs95 protected override bool OnEnterNotifyEvent(Gdk.EventCrossing evnt) in OnEnterNotifyEvent()
103 protected override bool OnLeaveNotifyEvent(Gdk.EventCrossing evnt) in OnLeaveNotifyEvent()
110 protected override bool OnFocusInEvent(Gdk.EventFocus evnt) in OnFocusInEvent()
117 protected override bool OnFocusOutEvent(Gdk.EventFocus evnt) in OnFocusOutEvent()
124 protected override bool OnButtonPressEvent(Gdk.EventButton evnt) in OnButtonPressEvent()
137 protected override bool OnButtonReleaseEvent(Gdk.EventButton evnt) in OnButtonReleaseEvent()
/dports/graphics/pinta/pinta-1.7.1/Pinta.Docking/DockLibrary/
H A DDockItemTitleTab.cs265 protected override bool OnButtonPressEvent (Gdk.EventButton evnt) in OnButtonPressEvent()
282 protected override bool OnButtonReleaseEvent (Gdk.EventButton evnt) in OnButtonReleaseEvent()
305 protected override bool OnMotionNotifyEvent (Gdk.EventMotion evnt) in OnMotionNotifyEvent()
319 protected override bool OnEnterNotifyEvent (Gdk.EventCrossing evnt) in OnEnterNotifyEvent()
404 protected override bool OnExposeEvent (Gdk.EventExpose evnt) in OnExposeEvent()
413 void DrawAsBrowser (Gdk.EventExpose evnt) in DrawAsBrowser()
452 void DrawNormal (Gdk.EventExpose evnt) in DrawNormal()
H A DDockBarItem.cs88 protected override bool OnExposeEvent (Gdk.EventExpose evnt) in OnExposeEvent()
380 protected override bool OnEnterNotifyEvent (Gdk.EventCrossing evnt) in OnEnterNotifyEvent()
389 protected override bool OnLeaveNotifyEvent (Gdk.EventCrossing evnt) in OnLeaveNotifyEvent()
417 protected override bool OnButtonPressEvent (Gdk.EventButton evnt) in OnButtonPressEvent()
438 protected override bool OnButtonReleaseEvent (Gdk.EventButton evnt) in OnButtonReleaseEvent()
447 protected override bool OnExposeEvent (Gdk.EventExpose evnt) in OnExposeEvent()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glade/
H A DHandlerNotFoundExeception.cs35 EventInfo evnt; field in Glade.HandlerNotFoundException
39 EventInfo evnt, Type delegate_type) in HandlerNotFoundException()
45 EventInfo evnt, Type delegate_type, Exception inner) in HandlerNotFoundException()
56 EventInfo evnt, Type delegate_type) in HandlerNotFoundException()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/game/
H A Dgame_hotkeys.cpp40 const char * Game::EventsName( int evnt ) in EventsName()
324 bool Game::HotKeyPressEvent( int evnt ) in HotKeyPressEvent()
343 for ( int evnt = EVENT_NONE; evnt < EVENT_LAST; ++evnt ) { in HotKeysLoad() local
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/plugins/mono/api/
H A DSignal.cs9 extern private static int _connect(IntPtr handle, object plugin, string signal, object evnt); in _connect()
13 public static int connect(IntPtr handle, object plugin, string signal, object evnt) in connect()
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/plugins/mono/api/
H A DSignal.cs9 extern private static int _connect(IntPtr handle, object plugin, string signal, object evnt); in _connect()
13 public static int connect(IntPtr handle, object plugin, string signal, object evnt) in connect()
/dports/net-im/finch/pidgin-2.14.8/libpurple/plugins/mono/api/
H A DSignal.cs9 extern private static int _connect(IntPtr handle, object plugin, string signal, object evnt); in _connect()
13 public static int connect(IntPtr handle, object plugin, string signal, object evnt) in connect()
/dports/graphics/pinta/pinta-1.7.1/Pinta.Docking/DockNotebook/
H A DPlaceholderWindow.cs247 protected override bool OnExposeEvent (EventExpose evnt) in OnExposeEvent()
419 protected override bool OnKeyPressEvent (EventKey evnt) in OnKeyPressEvent()
433 protected override bool OnKeyReleaseEvent (EventKey evnt) in OnKeyReleaseEvent()
444 protected override bool OnButtonReleaseEvent (EventButton evnt) in OnButtonReleaseEvent()
450 protected override bool OnLeaveNotifyEvent (EventCrossing evnt) in OnLeaveNotifyEvent()
/dports/astro/merkaartor/merkaartor-0.19.0/src/QMapControl/
H A Dmapcontrol.cpp119 void MapControl::paintEvent(QPaintEvent* evnt) in paintEvent()
170 void MapControl::mousePressEvent(QMouseEvent* evnt) in mousePressEvent()
201 void MapControl::mouseReleaseEvent(QMouseEvent* evnt) in mouseReleaseEvent()
217 void MapControl::mouseMoveEvent(QMouseEvent* evnt) in mouseMoveEvent()
/dports/games/warmux/warmux-11.04/src/menu/
H A Dmenu.cpp315 SDL_Event evnt; in WakeUpOnCallback() local
323 bool Menu::HandleGlobalEvent(const SDL_Event & evnt) in HandleGlobalEvent()
357 void Menu::HandleEvent(const SDL_Event& evnt) in HandleEvent()
419 SDL_Event evnt; in HandleEvents() local
/dports/editors/gedit-plugins/gedit-plugins-40.1/plugins/commander/commander/
H A Dinfo.py271 def _on_action_enter_notify(self, widget, evnt): argument
275 def _on_action_leave_notify(self, widget, evnt): argument
279 def _on_action_activate(self, widget, evnt, callback, data): argument
/dports/games/warmux/warmux-11.04/src/gui/
H A Dquestion.cpp59 int Question::TreatsKey (const SDL_Event &evnt){ in TreatsKey()
123 SDL_Event evnt; in Ask() local
/dports/games/warmux/warmux-11.04/src/network/
H A Dchat.cpp129 void Chat::HandleKeyPressed(const SDL_Event& evnt) in HandleKeyPressed()
139 void Chat::HandleKeyReleased(const SDL_Event& evnt) in HandleKeyReleased()

12345678