towlower
cp[-1] = towlower(c);
#define CHRTRAN(x) (iflag ? (iswupper(x) ? towlower(x) : (x)) : (x))
#define NCCHRTRAN(x) (iswupper(x) ? towlower(x) : (x))
tokname[i] = towlower(c);
ch = towlower(s1.lastch);
(wc = towlower(wc)));
extern wint_t towlower(wint_t);
extern wint_t towlower(wint_t);
using std::towlower;
using std::towlower;
return (towlower(ch));
if ((nch = towlower(ch)) < p->nc)
if (ch == towlower(cs->wides[i]) ||
return (CHIN1(nc, cs, ch) || CHIN1(nc, cs, towlower(ch)) ||