Searched refs:bstate (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c333 work->bstate |= BUTTON1_PRESSED;
335 work->bstate |= BUTTON2_PRESSED;
337 work->bstate |= BUTTON3_PRESSED;
340 work->bstate |= BUTTON1_RELEASED;
342 work->bstate |= BUTTON2_RELEASED;
344 work->bstate |= BUTTON3_RELEASED;
761 eventp->bstate = 0;
765 eventp->bstate |= BUTTON1_PRESSED;
767 eventp->bstate |= BUTTON2_PRESSED;
769 eventp->bstate |
[all...]
/freebsd-11-stable/contrib/ncurses/menu/
H A Dm_driver.c452 if ((event.bstate & (BUTTON1_CLICKED |
469 if (event.bstate & BUTTON1_CLICKED)
471 else if (event.bstate & BUTTON1_DOUBLE_CLICKED)
473 else if (event.bstate & BUTTON1_TRIPLE_CLICKED)
481 if (event.bstate & BUTTON1_CLICKED)
483 else if (event.bstate & BUTTON1_DOUBLE_CLICKED)
485 else if (event.bstate & BUTTON1_TRIPLE_CLICKED)
519 if (event.bstate & BUTTON1_DOUBLE_CLICKED)
/freebsd-11-stable/contrib/ncurses/ncurses/trace/
H A Dlib_tracemse.c126 (unsigned long) ep->bstate);
128 (void) _trace_mmask_t(sp, ep->bstate);
/freebsd-11-stable/usr.sbin/moused/
H A Dmoused.c460 static struct button_state bstate[MOUSE_MAXBUTTON]; /* button state */ variable in typeref:struct:button_state
581 mstate[i] = &bstate[i];
853 if (mstate[j] == &bstate[rodent.zmap[i] - 1])
1059 bstate[i].count = 0;
1060 bstate[i].ts = mouse_button_state_ts;
2474 mstate[lbutton - 1] = &bstate[pbutton - 1];
2583 (intmax_t)bstate[i].ts.tv_sec, bstate[i].ts.tv_nsec);
2584 if (tscmp(&ts, &bstate[i].ts, >)) {
2585 bstate[
[all...]
/freebsd-11-stable/contrib/ncurses/form/
H A Dfrm_driver.c4367 if ((event.bstate & (BUTTON1_CLICKED |
4383 if (event.bstate & BUTTON1_CLICKED)
4385 else if (event.bstate & BUTTON1_DOUBLE_CLICKED)
4387 else if (event.bstate & BUTTON1_TRIPLE_CLICKED)
4394 if (event.bstate & BUTTON1_CLICKED)
4396 else if (event.bstate & BUTTON1_DOUBLE_CLICKED)
4398 else if (event.bstate & BUTTON1_TRIPLE_CLICKED)
4423 && (event.bstate & BUTTON1_DOUBLE_CLICKED))
4569 if ((event.bstate & (BUTTON1_CLICKED |
4585 if (event.bstate
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c794 block_state bstate; local
796 bstate = (*(configuration_table[s->level].func))(s, flush);
798 if (bstate == finish_started || bstate == finish_done) {
801 if (bstate == need_more || bstate == finish_started) {
814 if (bstate == block_done) {
/freebsd-11-stable/sys/contrib/zlib/
H A Ddeflate.c998 block_state bstate; local
1000 bstate = s->level == 0 ? deflate_stored(s, flush) :
1005 if (bstate == finish_started || bstate == finish_done) {
1008 if (bstate == need_more || bstate == finish_started) {
1021 if (bstate == block_done) {
/freebsd-11-stable/sys/libkern/
H A Dzlib.c1060 block_state bstate; local
1062 bstate = (*(configuration_table[s->level].func))(s, flush);
1064 if (bstate == finish_started || bstate == finish_done) {
1067 if (bstate == need_more || bstate == finish_started) {
1080 if (bstate == block_done) {
/freebsd-11-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c1406 work.bstate |= (mmask_t) decode_mouse(TCB, sp->_drv_mouse_new_buttons);
1411 work.bstate |= (mmask_t) (decode_mouse(TCB,

Completed in 295 milliseconds