HomeSort by: relevance | last modified time | path
    Searched refs:info_tolower (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/texinfo/dist/info/
info.h 50 #define info_tolower(x) (isupper (x) ? tolower (x) : x) macro
indices.c 415 match[k + start] = info_tolower (match[k + start]);
echo-area.c 1253 (c1 = info_tolower (completions_found[i - 1]->label[j])) &&
1254 (c2 = info_tolower (completions_found[i]->label[j]));

Completed in 17 milliseconds