HomeSort by: relevance | last modified time | path
    Searched defs:makecode (Results 1 - 6 of 6) sorted by relevancy

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

Completed in 32 milliseconds