Home
last modified time | relevance | path

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

/dports/games/q2pro/q2pro/source/
H A Dsv_main.c680 if( !s[0] || Q_IsWhiteSpace( s ) ) { in SVC_DirectConnect()
1537 if( !s[0] || Q_IsWhiteSpace( s ) ) { in SV_UpdateUserinfo()
/dports/games/q2pro/q2pro/include/
H A Dq_shared.h455 qboolean Q_IsWhiteSpace( const char *string );
/dports/games/q2pro/q2pro/shared/
H A Dq_shared.c1508 qboolean Q_IsWhiteSpace( const char *string ) { in Q_IsWhiteSpace() function