Tolower          198 src/bregex.c   #define Tolower(c)        (igncase[c])
Tolower          202 src/bregex.c   #define Tolower(c)        tolower(c)