HelenOS sources

dsw_moving        596 uspace/srv/hid/display/test/window.c 	PCUT_ASSERT_INT_EQUALS(dsw_moving, wnd->state);
dsw_moving        604 uspace/srv/hid/display/test/window.c 	PCUT_ASSERT_INT_EQUALS(dsw_moving, wnd->state);
dsw_moving        743 uspace/srv/hid/display/test/window.c 	PCUT_ASSERT_INT_EQUALS(dsw_moving, wnd->state);
dsw_moving       1388 uspace/srv/hid/display/test/window.c 	wnd->state = dsw_moving;
dsw_moving        294 uspace/srv/hid/display/window.c 	case dsw_moving:
dsw_moving        461 uspace/srv/hid/display/window.c 	wnd->state = dsw_moving;
dsw_moving        481 uspace/srv/hid/display/window.c 	assert(wnd->state == dsw_moving);
dsw_moving        509 uspace/srv/hid/display/window.c 	assert(wnd->state == dsw_moving);
dsw_moving        668 uspace/srv/hid/display/window.c 		if (wnd->state == dsw_moving &&
dsw_moving        683 uspace/srv/hid/display/window.c 		if (wnd->state == dsw_moving &&
dsw_moving       1202 uspace/srv/hid/display/window.c 	assert(wnd->state == dsw_moving || wnd->state == dsw_resizing);
HelenOS homepage, sources at GitHub