Searched refs:info_tolower (Results 1 – 3 of 3) sorted by relevance
48 #define info_tolower(x) (isupper (x) ? tolower (x) : x) macro
1248 (c1 = info_tolower (completions_found[i - 1]->label[j])) && in build_completions()1249 (c2 = info_tolower (completions_found[i]->label[j])); in build_completions()
413 match[k + start] = info_tolower (match[k + start]);