taglinefilesource code
IBM_HASHSIZE11drivers/char/uni_to_437.c} ibm_hash[IBM_HASHSIZE] = {
IBM_HASHSIZE61drivers/char/uni_to_437.ch = (ucs ^ (ucs >> 8)) % IBM_HASHSIZE;
IBM_HASHSIZE66drivers/char/uni_to_437.cif ((h += IBM_HASHSTEP) >= IBM_HASHSIZE)
IBM_HASHSIZE67drivers/char/uni_to_437.ch -= IBM_HASHSIZE;