Searched refs:ASCII_TO_UPPER (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/less/
H A Dless.h127 #define ASCII_TO_UPPER(c) ((c) - 'a' + 'A') macro
151 #define TO_UPPER(c) ASCII_TO_UPPER(c)
H A Dopttbl.c606 if ((o->otype & TRIPLE) && ASCII_TO_UPPER(o->oletter) == c)
H A Dcommand.c434 c = ASCII_TO_UPPER(c);

Completed in 107 milliseconds