Searched refs:info_toupper (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dinfo.h47 #define info_toupper(x) (islower (x) ? toupper (x) : x) macro
H A Dindices.c415 match[k + start] = info_toupper (match[k + start]);

Completed in 204 milliseconds