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

  /src/games/rogue/
hit.c 63 char hit_message[HIT_MESSAGE_SIZE] = ""; variable in typeref:typename:char[]
92 messagef(1, "%sthe %s misses", hit_message, mn);
93 hit_message[0] = 0;
98 messagef(1, "%sthe %s hit", hit_message, mn);
99 hit_message[0] = 0;
140 (void)strlcpy(hit_message, "you miss ",
141 sizeof(hit_message));
154 (void)strlcpy(hit_message, "you hit ",
155 sizeof(hit_message));
318 messagef(1, "%sdefeated the %s", hit_message, mn)
    [all...]
hit.c 63 char hit_message[HIT_MESSAGE_SIZE] = ""; variable in typeref:typename:char[]
92 messagef(1, "%sthe %s misses", hit_message, mn);
93 hit_message[0] = 0;
98 messagef(1, "%sthe %s hit", hit_message, mn);
99 hit_message[0] = 0;
140 (void)strlcpy(hit_message, "you miss ",
141 sizeof(hit_message));
154 (void)strlcpy(hit_message, "you hit ",
155 sizeof(hit_message));
318 messagef(1, "%sdefeated the %s", hit_message, mn)
    [all...]
hit.c 63 char hit_message[HIT_MESSAGE_SIZE] = ""; variable in typeref:typename:char[]
92 messagef(1, "%sthe %s misses", hit_message, mn);
93 hit_message[0] = 0;
98 messagef(1, "%sthe %s hit", hit_message, mn);
99 hit_message[0] = 0;
140 (void)strlcpy(hit_message, "you miss ",
141 sizeof(hit_message));
154 (void)strlcpy(hit_message, "you hit ",
155 sizeof(hit_message));
318 messagef(1, "%sdefeated the %s", hit_message, mn)
    [all...]

Completed in 36 milliseconds