Home
last modified time | relevance | path

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

/dports/games/openjk/OpenJK-07675e2/codeJK2/game/
H A Dg_ref.cpp189 VALIDATEP( tag ); in TAG_Add()
237 VALIDATEP( tagOwner ); in TAG_Add()
H A Dg_local.h83 #define VALIDATEP( a ) if ( a == NULL ) { assert(0); return NULL; } macro
/dports/games/openjk/OpenJK-07675e2/code/game/
H A Dg_ref.cpp189 VALIDATEP( tag ); in TAG_Add()
239 VALIDATEP( tagOwner ); in TAG_Add()
H A Dg_local.h86 #define VALIDATEP( a ) if ( a == NULL ) { assert(0); return NULL; } macro
/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dq_shared.h68 #define VALIDATEP( a ) if ( a == NULL ) { assert(0); return NULL; } macro