Home
last modified time | relevance | path

Searched refs:ASCII_TO_LOWER (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/less/
HDmain.c372 c = ASCII_TO_LOWER(c);
376 sc = ASCII_TO_LOWER(sc);
HDless.h121 #define ASCII_TO_LOWER(c) ((c) - 'A' + 'a') macro
145 #define TO_LOWER(c) ASCII_TO_LOWER(c)