Searched defs:LCASE (Results 1 - 1 of 1) sorted by relevance
/ast/src/cmd/std/ | ||
H A D | dd.c | 84 #define LCASE (1<<9) macro 334 LCASE, 658 if ((state.conv.value.number & (LCASE|UCASE)) == (LCASE|UCASE)) 921 switch (f & (LCASE|UCASE)) 923 case LCASE: |
Completed in 9 milliseconds