tolower 74 lib/strutil/strutil8bit.c DECLARE_CTYPE_WRAPPER (tolower) tolower 688 lib/strutil/strutil8bit.c c1 = isupper ((guchar) * s1) ? tolower ((guchar) * s1) : *s1; tolower 689 lib/strutil/strutil8bit.c c2 = isupper ((guchar) * s2) ? tolower ((guchar) * s2) : *s2; tolower 725 lib/strutil/strutil8bit.c c1 = isupper ((guchar) * s1) ? tolower ((guchar) * s1) : *s1; tolower 726 lib/strutil/strutil8bit.c c2 = isupper ((guchar) * s2) ? tolower ((guchar) * s2) : *s2; tolower 204 src/editor/syntax.c return edit->is_case_insensitive ? tolower (c) : c; tolower 918 src/editor/syntax.c line[i] = tolower (line[i]);