Home
last modified time | relevance | path

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

/dports/games/cgoban/cgoban-1.9.14/wmslib/src/but/
H A Dtbin.c69 tbin_loCur, tbin_hiCur, tbin_mouse, tbin_press enumerator
71 #define tbin_numLocs (tbin_press + 1)
402 ((tinNum > tb->locs[tbin_press].tin) || in mmove()
403 ((tinNum == tb->locs[tbin_press].tin) && in mmove()
420 ((tinNum > tb->locs[tbin_press].tin) || in mmove()
421 ((tinNum == tb->locs[tbin_press].tin) && in mmove()
427 ((tinNum == tb->locs[tbin_press].tin) && in mmove()
441 tb->locs[tbin_hiCur] = tb->locs[tbin_press]; in mmove()
443 tb->locs[tbin_loCur] = tb->locs[tbin_press]; in mmove()
992 if (!loc_valid(tb->locs[tbin_press], tb)) in insert()
[all …]