Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtw.parse.c711 Char MCH1, MCH2, LCH1, LCH2; in is_prefixmatch() local
719 LCH2 = Isupper(MCH2) ? Tolower(MCH2) : in is_prefixmatch()
721 if (MCH1 != MCH2 && MCH1 != LCH2 && in is_prefixmatch()
877 Char MCH1, MCH2, LCH1, LCH2; in recognize() local
897 LCH2 = Isupper(MCH2) ? Tolower(MCH2) : MCH2; in recognize()
901 else if (LCH1 != LCH2) in recognize()