Searched refs:C_UCASE (Results 1 – 3 of 3) sorted by relevance
160 if (ddflags & (C_BLOCK | C_LCASE | C_SWAB | C_UCASE | in jcl()343 { "lcase", C_LCASE, C_UCASE, NULL },353 { "ucase", C_UCASE, C_LCASE, NULL },
124 #define C_UCASE 0x40000 macro
250 if (ddflags & (C_LCASE|C_UCASE)) { in setup()