Home
last modified time | relevance | path

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

/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dbg_saber.c1745 saberMoveName_t PM_SaberLungeAttackMove( qboolean noSpecials ) in PM_SaberLungeAttackMove() argument
1794 else if ( !noSpecials ) in PM_SaberLungeAttackMove()
2154 qboolean noSpecials = PM_InSecondaryStyle(); in PM_SaberAttackForMovement() local
2224 if ( !noSpecials in PM_SaberAttackForMovement()
2285 if ( !noSpecials in PM_SaberAttackForMovement()
2348 if (!noSpecials&& in PM_SaberAttackForMovement()
2369 else if (!noSpecials&& in PM_SaberAttackForMovement()
2389 else if (!noSpecials&& in PM_SaberAttackForMovement()
2416 newmove = PM_SaberLungeAttackMove( noSpecials ); in PM_SaberAttackForMovement()
2423 else if ( !noSpecials ) in PM_SaberAttackForMovement()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/make/
H A Djob.c668 Boolean noSpecials; /* true if we shouldn't worry about in JobPrintCommand() local
684 noSpecials = NoExecute(job->node); in JobPrintCommand()
720 if (noSpecials) { in JobPrintCommand()
755 if (!(job->flags & JOB_SILENT) && !noSpecials && in JobPrintCommand()
765 if (!noSpecials) { in JobPrintCommand()
/dports/devel/fmake/fmake-r250982/
H A Djob.c651 Boolean noSpecials; /* true if we shouldn't worry about in JobPrintCommand() local
662 noSpecials = (noExecute && !(job->node->type & OP_MAKE)); in JobPrintCommand()
701 if (noSpecials) { in JobPrintCommand()
729 if (!(job->flags & JOB_SILENT) && !noSpecials && in JobPrintCommand()
738 if (!(job->flags & JOB_IGNERR) && !noSpecials) { in JobPrintCommand()
/dports/games/openjk/OpenJK-07675e2/code/game/
H A Dbg_panimate.cpp3425 qboolean noSpecials = qfalse; in PM_SaberAttackForMovement() local
3430 noSpecials = qtrue; in PM_SaberAttackForMovement()
3480 if ( !noSpecials in PM_SaberAttackForMovement()
3562 if ( !noSpecials in PM_SaberAttackForMovement()
3646 saberMoveName_t stabDownMove = noSpecials?LS_NONE:PM_CheckStabDown(); in PM_SaberAttackForMovement()
3654 if ( !noSpecials && PM_CheckFlipOverAttackMove( qfalse ) ) in PM_SaberAttackForMovement()
3664 else if ( !noSpecials && PM_CheckJumpForwardAttackMove() ) in PM_SaberAttackForMovement()