tolower            72 lib/strutil/strutil8bit.c DECLARE_CTYPE_WRAPPER (tolower)
tolower           699 lib/strutil/strutil8bit.c         c1 = isupper ((guchar) *s1) ? tolower ((guchar) *s1) : *s1;
tolower           700 lib/strutil/strutil8bit.c         c2 = isupper ((guchar) *s2) ? tolower ((guchar) *s2) : *s2;
tolower           738 lib/strutil/strutil8bit.c         c1 = isupper ((guchar) *s1) ? tolower ((guchar) *s1) : *s1;
tolower           739 lib/strutil/strutil8bit.c         c2 = isupper ((guchar) *s2) ? tolower ((guchar) *s2) : *s2;
tolower           220 src/editor/syntax.c     return edit->is_case_insensitive ? tolower (c) : c;
tolower           946 src/editor/syntax.c             line[i] = tolower (line[i]);