Searched refs:sgr_b (Results 1 – 4 of 4) sorted by relevance
1138 u_int i, x, y, b, sgr_b; in tty_keys_mouse() local1155 x = y = b = sgr_b = 0; in tty_keys_mouse()1207 sgr_b = 10 * sgr_b + (ch - '0'); in tty_keys_mouse()1237 b = sgr_b; in tty_keys_mouse()1250 if (sgr_type == 'm' && MOUSE_WHEEL(sgr_b)) in tty_keys_mouse()1263 m->sgr_b = sgr_b; in tty_keys_mouse()
729 if (MOUSE_DRAG(m->sgr_b) && in input_key_get_mouse()730 MOUSE_RELEASE(m->sgr_b) && in input_key_get_mouse()752 m->sgr_b, x + 1, y + 1, m->sgr_type); in input_key_get_mouse()
702 MOUSE_DRAG(m->sgr_b) && in server_client_check_mouse()703 MOUSE_RELEASE(m->sgr_b)) || in server_client_check_mouse()730 b = m->sgr_b; in server_client_check_mouse()
1435 u_int sgr_b; member