Home
last modified time | relevance | path

Searched refs:start_dist (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/sys/dev/wscons/
Dwsdisplay.c3075 unsigned short start_dist; in mouse_copy_extend_after() local
3083 start_dist = CPY_START - MOUSE; in mouse_copy_extend_after()
3085 start_dist = MOUSE - CPY_START; in mouse_copy_extend_after()
3090 if (start_dist < end_dist) { in mouse_copy_extend_after()