Home
last modified time | relevance | path

Searched refs:makecode (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/games/larn/
H A Ddisplay.c12 #define makecode(_a,_b,_c) (((_a)<<16) + ((_b)<<8) + (_c)) macro
100 botsub(makecode(SPELLS, 8, 18), "%3ld"); in bot_linex()
102 botsub(makecode(SPELLMAX, 12, 18), "%3ld)"); in bot_linex()
104 botsub(makecode(SPELLMAX, 12, 18), "%2ld) "); in bot_linex()
105 botsub(makecode(HP, 5, 19), "%3ld"); in bot_linex()
106 botsub(makecode(HPMAX, 9, 19), "%3ld"); in bot_linex()
107 botsub(makecode(AC, 21, 18), "%-3ld"); in bot_linex()
108 botsub(makecode(WCLASS, 30, 18), "%-3ld"); in bot_linex()
109 botsub(makecode(EXPERIENCE, 49, 18), "%-9ld"); in bot_linex()
115 botsub(makecode(LEVEL, 40, 18), "%3ld"); in bot_linex()
[all …]
/netbsd-src/sys/dev/hyperv/
H A Dhvkbd.c92 uint16_t makecode; member
415 *scancode = ks.makecode; in hvkbd_decode()
455 buf[i++] = (u_char)ks.makecode & 0x80; in hvkbd_encode()
457 buf[i++] = (u_char)ks.makecode; in hvkbd_encode()