Home
last modified time | relevance | path

Searched defs:Q_islower (Results 1 – 15 of 15) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/shared/qcommon/
H A Dq_string.c39 int Q_islower( int c ) in Q_islower() function
/dports/games/gtkradiant/GPL/GtkRadiant/libs/splines/
H A Dq_shared.cpp483 int Q_islower( int c ) in Q_islower() function
/dports/games/netradiant/netradiant-20150621-src/libs/splines/
H A Dq_shared.cpp500 int Q_islower( int c ){ in Q_islower() function
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/qcommon/
H A Dq_shared.c667 int Q_islower( int c ) in Q_islower() function
/dports/games/ioquake3/ioquake3-1.36/code/qcommon/
H A Dq_shared.c665 int Q_islower( int c ) in Q_islower() function
/dports/games/ioquake3-server/ioquake3-1.36/code/qcommon/
H A Dq_shared.c665 int Q_islower( int c ) in Q_islower() function
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/qcommon/
H A Dq_shared.c688 int Q_islower( int c ) in Q_islower() function
/dports/games/openarena/openarena-engine-source-0.8.8/code/qcommon/
H A Dq_shared.c701 int Q_islower( int c ) in Q_islower() function
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/qcommon/
H A Dq_shared.c701 int Q_islower( int c ) in Q_islower() function
/dports/games/evq3/evq3/code/qcommon/
H A Dq_shared.c917 int Q_islower(int c) in Q_islower() function
/dports/games/iortcw/iortcw-1.51c/SP/code/qcommon/
H A Dq_shared.c823 int Q_islower( int c ) { in Q_islower() function
/dports/games/iortcw/iortcw-1.51c/SP/code/splines/
H A Dq_shared.cpp808 int Q_islower( int c ) { in Q_islower() function
/dports/games/iortcw/iortcw-1.51c/MP/code/splines/
H A Dq_shared.cpp808 int Q_islower( int c ) { in Q_islower() function
/dports/games/iortcw/iortcw-1.51c/MP/code/qcommon/
H A Dq_shared.c770 int Q_islower( int c ) { in Q_islower() function
/dports/games/q2pro/q2pro/include/
H A Dq_shared.h462 #define Q_islower( c ) ( c >= 'a' && c <= 'z' ) macro