Home
last modified time | relevance | path

Searched refs:LCH1 (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
717 LCH1 = Isupper(MCH1) ? Tolower(MCH1) : in is_prefixmatch()
722 (LCH1 != MCH2 || enhanced == 2)) { in is_prefixmatch()
877 Char MCH1, MCH2, LCH1, LCH2; in recognize() local
896 LCH1 = Isupper(MCH1) ? Tolower(MCH1) : MCH1; in recognize()
899 if (LCH1 == MCH2 || (MCH1 == '_' && MCH2 == '-')) in recognize()
901 else if (LCH1 != LCH2) in recognize()