taglinefilesource code
hashtable49drivers/char/conmakehash.cstruct unipair *hashtable;
hashtable67drivers/char/conmakehash.cwhile ( (hu = hashtable[i].uc) != 0xffff && hu != un )
hashtable81drivers/char/conmakehash.chashtable[i].uc = un;
hashtable82drivers/char/conmakehash.chashtable[i].glyph = fp;
hashtable167drivers/char/conmakehash.chashtable = malloc(hashsize * sizeof(struct unipair));
hashtable168drivers/char/conmakehash.cif ( !hashtable )
hashtable176drivers/char/conmakehash.chashtable[i].uc = 0xffff;
hashtable177drivers/char/conmakehash.chashtable[i].glyph = 0;
hashtable335drivers/char/conmakehash.cprintf("{0x%04x,0x%02x}", hashtable[i].uc, hashtable[i].glyph);
hashtable351drivers/char/conmakehash.cprintf("{0x%04x,0x%02x}", hashtable[i].uc, hashtable[i].glyph);
hashtable321drivers/char/consolemap.chashtable[i].unicode = 0xffff;
hashtable337drivers/char/consolemap.cwhile ((hu = hashtable[i].unicode) != 0xffff && hu != u) {
hashtable346drivers/char/consolemap.chashtable[i].unicode = u;
hashtable347drivers/char/consolemap.chashtable[i].fontpos = get_user(&list->fontpos);
hashtable365drivers/char/consolemap.cif (hashtable[i].unicode != 0xffff) {
hashtable367drivers/char/consolemap.cput_user(hashtable[i].unicode, &list->unicode);
hashtable368drivers/char/consolemap.cput_user(hashtable[i].fontpos, &list->fontpos);
hashtable400drivers/char/consolemap.cif (hashtable[h].unicode == ucs)
hashtable401drivers/char/consolemap.creturn hashtable[h].fontpos;