Home
last modified time | relevance | path

Searched defs:FILECHCONV (Results 1 – 1 of 1) sorted by relevance

/minix3/bin/ksh/
H A Dsh.h314 # define FILECHCONV(c) (isascii(c) && isupper(c) ? tolower(c) : c) macro
335 # define FILECHCONV(c) c macro