Home
last modified time | relevance | path

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

/dports/games/openjk/OpenJK-07675e2/codeJK2/game/
H A Dg_ref.cpp266 VALIDATEB( tag ); in TAG_GetOrigin()
303 VALIDATEB( tag ); in TAG_GetAngles()
320 VALIDATEB( tag ); in TAG_GetRadius()
335 VALIDATEB( tag ); in TAG_GetFlags()
H A Dg_local.h82 #define VALIDATEB( a ) if ( a == NULL ) { assert(0); return qfalse; } macro
H A DQ3_Interface.cpp1912 VALIDATEB( ent ); in Q3_GetTag()
/dports/games/openjk/OpenJK-07675e2/code/game/
H A Dg_ref.cpp268 VALIDATEB( tag ); in TAG_GetOrigin()
305 VALIDATEB( tag ); in TAG_GetAngles()
322 VALIDATEB( tag ); in TAG_GetRadius()
337 VALIDATEB( tag ); in TAG_GetFlags()
H A Dg_local.h85 #define VALIDATEB( a ) if ( a == NULL ) { assert(0); return qfalse; } macro
H A DQ3_Interface.cpp8204 VALIDATEB( ent ); in GetTag()
/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dq_shared.h67 #define VALIDATEB( a ) if ( a == NULL ) { assert(0); return qfalse; } macro