Home
last modified time | relevance | path

Searched refs:FORCELOWER (Results 1 – 6 of 6) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dh-define.h82 #define FORCELOWER(A) ((isupper((A))) ? tolower((A)) : (A)) macro
/dports/games/mangband/mangband-1.5.3/src/common/
H A Dh-define.h81 #define FORCELOWER(A) ((isupper((A))) ? tolower((A)) : (A)) macro
/dports/games/zangband/zangband/src/
H A Dh-define.h78 #define FORCELOWER(A) ((isupper((A))) ? tolower((A)) : (A)) macro
H A Dmain-x11.c2651 res_name[0] = FORCELOWER(res_name[0]); in term_data_init()
H A Dmain-xpj.c3089 res_name[0] = FORCELOWER(res_name[0]); in term_data_init()
/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dmain-x11.c1354 res_name[0] = FORCELOWER(res_name[0]); in Infowin_set_class_hint()