HelenOS sources

ui_fixed_pos_event   52 uspace/lib/ui/include/ui/fixed.h extern ui_evclaim_t ui_fixed_pos_event(ui_fixed_t *, pos_event_t *);
ui_fixed_pos_event  324 uspace/lib/ui/src/fixed.c 	return ui_fixed_pos_event(fixed, event);
ui_fixed_pos_event  226 uspace/lib/ui/test/fixed.c 	claim = ui_fixed_pos_event(fixed, &event);
HelenOS homepage, sources at GitHub