Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/wscons/
Dwsmoused.h105 #define POS_TO_X(pos) ((pos) % (N_COLS)) macro
Dwsdisplay.c3149 if (POS_TO_X(sel_cur) == MAXCOL) { in mouse_copy_selection()