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

/freebsd-9.3-release/contrib/tcsh/
H A Dtw.parse.c711 Char MCH1, MCH2, LCH1, LCH2; local
717 LCH1 = Isupper(MCH1) ? Tolower(MCH1) :
722 (LCH1 != MCH2 || enhanced == 2)) {
877 Char MCH1, MCH2, LCH1, LCH2; local
896 LCH1 = Isupper(MCH1) ? Tolower(MCH1) : MCH1;
899 if (LCH1 == MCH2 || (MCH1 == '_' && MCH2 == '-'))
901 else if (LCH1 != LCH2)

Completed in 52 milliseconds