Home
last modified time | relevance | path

Searched defs:VALID_FNAME (Results 1 – 2 of 2) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/globalincs/
H A Dpstypes.h428 inline bool VALID_FNAME(const char* x) { in VALID_FNAME() function
440 inline bool VALID_FNAME(const SCP_string& x) { in VALID_FNAME() function
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/globalincs/
H A Dpstypes.h531 #define VALID_FNAME(x) ( strlen((x)) && stricmp((x), "none") && stricmp((x), "<none>") ) macro