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

/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_mouse.c322 work->bstate |= BUTTON1_PRESSED;
324 work->bstate |= BUTTON2_PRESSED;
326 work->bstate |= BUTTON3_PRESSED;
329 work->bstate |= BUTTON1_RELEASED;
331 work->bstate |= BUTTON2_RELEASED;
333 work->bstate |= BUTTON3_RELEASED;
652 eventp->bstate = 0;
656 eventp->bstate |= BUTTON1_PRESSED;
658 eventp->bstate |= BUTTON2_PRESSED;
660 eventp->bstate |
[all...]
/haiku-fatelf/src/libs/ncurses/ncurses/trace/
H A Dlib_tracemse.c62 (unsigned long) ep->bstate);
64 #define SHOW(m, s) if ((ep->bstate & m) == m) strcat(strcat(buf, s), ", ")
/haiku-fatelf/src/libs/ncurses/menu/
H A Dm_driver.c451 if ((event.bstate & (BUTTON1_CLICKED |
468 if (event.bstate & BUTTON1_CLICKED)
470 else if (event.bstate & BUTTON1_DOUBLE_CLICKED)
472 else if (event.bstate & BUTTON1_TRIPLE_CLICKED)
480 if (event.bstate & BUTTON1_CLICKED)
482 else if (event.bstate & BUTTON1_DOUBLE_CLICKED)
484 else if (event.bstate & BUTTON1_TRIPLE_CLICKED)
518 if (event.bstate & BUTTON1_DOUBLE_CLICKED)
/haiku-fatelf/src/libs/agg/gpc/
H A Dgpc.c179 bundle_state bstate[2]; /* Edge bundle state */ member in struct:edge_shape
483 e[0].bstate[BELOW]= UNBUNDLED;
533 e[0].bstate[BELOW]= UNBUNDLED;
715 if ((edge->bstate[ABOVE] == BUNDLE_HEAD) ||
1221 aet->bstate[ABOVE]= UNBUNDLED;
1228 next_edge->bstate[ABOVE]= UNBUNDLED;
1240 next_edge->bstate[ABOVE]= BUNDLE_HEAD;
1243 e0->bstate[ABOVE]= BUNDLE_TAIL;
1443 if ((edge->bstate[BELOW] == BUNDLE_HEAD) && prev_edge)
1445 if (prev_edge->bstate[BELO
[all...]
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Ddeflate.c520 block_state bstate; local
522 bstate = (*(configuration_table[s->level].func))(s, flush);
524 if (bstate == finish_started || bstate == finish_done) {
527 if (bstate == need_more || bstate == finish_started) {
540 if (bstate == block_done) {
/haiku-fatelf/src/libs/ncurses/include/
H A Dcurses.tail88 mmask_t bstate; /* button state bits */
H A Dcurses.h1250 mmask_t bstate; /* button state bits */ member in struct:__anon4834
/haiku-fatelf/src/libs/zlib/
H A Ddeflate.c818 block_state bstate; local
820 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
824 if (bstate == finish_started || bstate == finish_done) {
827 if (bstate == need_more || bstate == finish_started) {
840 if (bstate == block_done) {
/haiku-fatelf/src/libs/ncurses/Ada95/gen/
H A Dgen.c220 x.bstate = -1;
/haiku-fatelf/headers/libs/ncurses/
H A Dcurses.h1250 mmask_t bstate; /* button state bits */ member in struct:__anon108
/haiku-fatelf/src/libs/ncurses/test/
H A Dncurses.c425 ep->id, ep->x, ep->y, ep->z, (unsigned long) ep->bstate);
427 #define SHOW(m, s) if ((ep->bstate & m)==m) {strcat(buf,s); strcat(buf, ", ");}

Completed in 107 milliseconds