Home
last modified time | relevance | path

Searched refs:canmove (Results 1 – 25 of 108) sorted by relevance

12345

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dquit.cpp93 []() { return !canmove; }, in __anonde946d200502()
122 []() { return !canmove; }, in __anonde946d200a02()
149 []() { return !canmove; }, in __anonde946d200f02()
179 []() { return !canmove && !inv::on; }, in __anonde946d201502()
276 []() { return !canmove && showHalloween(); }, in __anonde946d202402()
328 canmove ? XLAT("Quest status") : in showMission()
405 if(!timerstopped && !canmove) { in showMission()
409 if(canmove && !timerstart) in showMission()
460 if(canmove) { in showMission()
481 if(canmove) { in showMission()
[all …]
H A Dcheckmove.cpp26 EX bool canmove = true; variable
303 canmove = haveRangedTarget(); in checkmove()
306 canmove = legalmoves[cwt.at->type] = true; in checkmove()
311 canmove = legalmoves[cwt.spin] = true; in checkmove()
317 canmove = legalmoves[cwt.spin] = true; in checkmove()
324 if(kills[moPlayer]) canmove = false; in checkmove()
331 if(inv::on && !canmove && !inv::incheck) { in checkmove()
333 canmove = true; in checkmove()
339 if(canmove) in checkmove()
344 if(!canmove) { in checkmove()
[all …]
H A Dmenus.cpp172 canmove = true; in showOverview()
185 if(hardcore) canmove = true; in showOverview()
243 if(canmove) in showMainMenu()
263 if(!canmove) q = XLAT("review the scene"); in showMainMenu()
395 if(hardcore && !canmove) { in switchHardcore()
399 else if(hardcore && canmove) { hardcore = false; } in switchHardcore()
400 else { hardcore = true; canmove = true; hardcoreAt = turncount; } in switchHardcore()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-sdl/
H A Dvkbd.cpp223 int canmove=(now-last_time>MIN_VKBD_TIME); in vkbd_process() local
240 if (canmove) in vkbd_process()
/dports/www/moodle310/moodle/question/
H A Dquestion.php170 … $question->formoptions->canmove = $addpermission && question_has_capability_on($question, 'move');
174 …n->formoptions->canedit || $question->formoptions->cansaveasnew || $question->formoptions->canmove;
187 …$question->formoptions->canmove = (question_has_capability_on($question, 'move') && $addpermission…
/dports/www/moodle311/moodle/question/
H A Dquestion.php170 … $question->formoptions->canmove = $addpermission && question_has_capability_on($question, 'move');
174 …n->formoptions->canedit || $question->formoptions->cansaveasnew || $question->formoptions->canmove;
187 …$question->formoptions->canmove = (question_has_capability_on($question, 'move') && $addpermission…
/dports/www/moodle39/moodle/question/
H A Dquestion.php170 … $question->formoptions->canmove = $addpermission && question_has_capability_on($question, 'move');
174 …n->formoptions->canedit || $question->formoptions->cansaveasnew || $question->formoptions->canmove;
187 …$question->formoptions->canmove = (question_has_capability_on($question, 'move') && $addpermission…
/dports/games/nbsdgames/nbsdgames-4.1.2/
H A Dcheckers.c333 bool canmove=0; in decide() local
346 canmove=0; in decide()
350 canmove=jumps(y,x,mvy,mvx); in decide()
352 canmove=moves(y,x,mvy,mvx); in decide()
353 if(canmove){ in decide()
/dports/games/spring/spring_98.0/rts/Sim/Units/
H A DUnitDef.h70 bool RequireMoveDef() const { return (canmove && speed > 0.0f && !canfly); } in RequireMoveDef()
230 bool canmove; member
/dports/games/hyperrogue/hyperrogue-12.0f/rogueviz/
H A Dfullnet.cpp33 canmove = true; items[itOrbAether] = true; in drawExtra()
/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/pgcrypto/
H A Dpgp-decrypt.c535 int canmove = st->mdc_avail + res - 22; in mdcbuf_refill() local
537 if (canmove > 0) in mdcbuf_refill()
539 mdcbuf_load_data(st, st->mdc_buf, canmove); in mdcbuf_refill()
540 st->mdc_avail -= canmove; in mdcbuf_refill()
541 memmove(st->mdc_buf, st->mdc_buf + canmove, st->mdc_avail); in mdcbuf_refill()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/pgcrypto/
H A Dpgp-decrypt.c535 int canmove = st->mdc_avail + res - 22; in mdcbuf_refill() local
537 if (canmove > 0) in mdcbuf_refill()
539 mdcbuf_load_data(st, st->mdc_buf, canmove); in mdcbuf_refill()
540 st->mdc_avail -= canmove; in mdcbuf_refill()
541 memmove(st->mdc_buf, st->mdc_buf + canmove, st->mdc_avail); in mdcbuf_refill()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/contrib/pgcrypto/
H A Dpgp-decrypt.c535 int canmove = st->mdc_avail + res - 22; in mdcbuf_refill() local
537 if (canmove > 0) in mdcbuf_refill()
539 mdcbuf_load_data(st, st->mdc_buf, canmove); in mdcbuf_refill()
540 st->mdc_avail -= canmove; in mdcbuf_refill()
541 memmove(st->mdc_buf, st->mdc_buf + canmove, st->mdc_avail); in mdcbuf_refill()
/dports/databases/postgresql10-plperl/postgresql-10.19/contrib/pgcrypto/
H A Dpgp-decrypt.c535 int canmove = st->mdc_avail + res - 22; in mdcbuf_refill() local
537 if (canmove > 0) in mdcbuf_refill()
539 mdcbuf_load_data(st, st->mdc_buf, canmove); in mdcbuf_refill()
540 st->mdc_avail -= canmove; in mdcbuf_refill()
541 memmove(st->mdc_buf, st->mdc_buf + canmove, st->mdc_avail); in mdcbuf_refill()
/dports/databases/postgresql11-client/postgresql-11.14/contrib/pgcrypto/
H A Dpgp-decrypt.c535 int canmove = st->mdc_avail + res - 22; in mdcbuf_refill() local
537 if (canmove > 0) in mdcbuf_refill()
539 mdcbuf_load_data(st, st->mdc_buf, canmove); in mdcbuf_refill()
540 st->mdc_avail -= canmove; in mdcbuf_refill()
541 memmove(st->mdc_buf, st->mdc_buf + canmove, st->mdc_avail); in mdcbuf_refill()
/dports/databases/postgresql10-client/postgresql-10.19/contrib/pgcrypto/
H A Dpgp-decrypt.c535 int canmove = st->mdc_avail + res - 22; in mdcbuf_refill() local
537 if (canmove > 0) in mdcbuf_refill()
539 mdcbuf_load_data(st, st->mdc_buf, canmove); in mdcbuf_refill()
540 st->mdc_avail -= canmove; in mdcbuf_refill()
541 memmove(st->mdc_buf, st->mdc_buf + canmove, st->mdc_avail); in mdcbuf_refill()
/dports/databases/postgresql10-docs/postgresql-10.19/contrib/pgcrypto/
H A Dpgp-decrypt.c535 int canmove = st->mdc_avail + res - 22; in mdcbuf_refill() local
537 if (canmove > 0) in mdcbuf_refill()
539 mdcbuf_load_data(st, st->mdc_buf, canmove); in mdcbuf_refill()
540 st->mdc_avail -= canmove; in mdcbuf_refill()
541 memmove(st->mdc_buf, st->mdc_buf + canmove, st->mdc_avail); in mdcbuf_refill()
/dports/databases/postgresql10-pltcl/postgresql-10.19/contrib/pgcrypto/
H A Dpgp-decrypt.c535 int canmove = st->mdc_avail + res - 22; in mdcbuf_refill() local
537 if (canmove > 0) in mdcbuf_refill()
539 mdcbuf_load_data(st, st->mdc_buf, canmove); in mdcbuf_refill()
540 st->mdc_avail -= canmove; in mdcbuf_refill()
541 memmove(st->mdc_buf, st->mdc_buf + canmove, st->mdc_avail); in mdcbuf_refill()
/dports/databases/postgresql10-plpython/postgresql-10.19/contrib/pgcrypto/
H A Dpgp-decrypt.c535 int canmove = st->mdc_avail + res - 22; in mdcbuf_refill() local
537 if (canmove > 0) in mdcbuf_refill()
539 mdcbuf_load_data(st, st->mdc_buf, canmove); in mdcbuf_refill()
540 st->mdc_avail -= canmove; in mdcbuf_refill()
541 memmove(st->mdc_buf, st->mdc_buf + canmove, st->mdc_avail); in mdcbuf_refill()
/dports/databases/postgresql10-contrib/postgresql-10.19/contrib/pgcrypto/
H A Dpgp-decrypt.c535 int canmove = st->mdc_avail + res - 22; in mdcbuf_refill() local
537 if (canmove > 0) in mdcbuf_refill()
539 mdcbuf_load_data(st, st->mdc_buf, canmove); in mdcbuf_refill()
540 st->mdc_avail -= canmove; in mdcbuf_refill()
541 memmove(st->mdc_buf, st->mdc_buf + canmove, st->mdc_avail); in mdcbuf_refill()
/dports/databases/postgresql11-plperl/postgresql-11.14/contrib/pgcrypto/
H A Dpgp-decrypt.c535 int canmove = st->mdc_avail + res - 22; in mdcbuf_refill() local
537 if (canmove > 0) in mdcbuf_refill()
539 mdcbuf_load_data(st, st->mdc_buf, canmove); in mdcbuf_refill()
540 st->mdc_avail -= canmove; in mdcbuf_refill()
541 memmove(st->mdc_buf, st->mdc_buf + canmove, st->mdc_avail); in mdcbuf_refill()
/dports/databases/postgresql11-contrib/postgresql-11.14/contrib/pgcrypto/
H A Dpgp-decrypt.c535 int canmove = st->mdc_avail + res - 22; in mdcbuf_refill() local
537 if (canmove > 0) in mdcbuf_refill()
539 mdcbuf_load_data(st, st->mdc_buf, canmove); in mdcbuf_refill()
540 st->mdc_avail -= canmove; in mdcbuf_refill()
541 memmove(st->mdc_buf, st->mdc_buf + canmove, st->mdc_avail); in mdcbuf_refill()
/dports/databases/postgresql11-plpython/postgresql-11.14/contrib/pgcrypto/
H A Dpgp-decrypt.c535 int canmove = st->mdc_avail + res - 22; in mdcbuf_refill() local
537 if (canmove > 0) in mdcbuf_refill()
539 mdcbuf_load_data(st, st->mdc_buf, canmove); in mdcbuf_refill()
540 st->mdc_avail -= canmove; in mdcbuf_refill()
541 memmove(st->mdc_buf, st->mdc_buf + canmove, st->mdc_avail); in mdcbuf_refill()
/dports/databases/postgresql11-docs/postgresql-11.14/contrib/pgcrypto/
H A Dpgp-decrypt.c535 int canmove = st->mdc_avail + res - 22; in mdcbuf_refill() local
537 if (canmove > 0) in mdcbuf_refill()
539 mdcbuf_load_data(st, st->mdc_buf, canmove); in mdcbuf_refill()
540 st->mdc_avail -= canmove; in mdcbuf_refill()
541 memmove(st->mdc_buf, st->mdc_buf + canmove, st->mdc_avail); in mdcbuf_refill()
/dports/databases/postgresql10-server/postgresql-10.19/contrib/pgcrypto/
H A Dpgp-decrypt.c535 int canmove = st->mdc_avail + res - 22; in mdcbuf_refill() local
537 if (canmove > 0) in mdcbuf_refill()
539 mdcbuf_load_data(st, st->mdc_buf, canmove); in mdcbuf_refill()
540 st->mdc_avail -= canmove; in mdcbuf_refill()
541 memmove(st->mdc_buf, st->mdc_buf + canmove, st->mdc_avail); in mdcbuf_refill()

12345