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

/freebsd-10.0-release/games/morse/
H A Dmorse.c303 static const struct morsetab *hightab; variable in typeref:struct:morsetab
414 hightab = koi8rtab;
417 hightab = iso8859_1tab;
419 hightab = iso8859_7tab;
467 for (m = ((unsigned char)c < 0x80? mtab: hightab);

Completed in 112 milliseconds