Searched refs:kprefix (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmthrowu.c44 int kprefix = KILLED_BY_AN; local
52 kprefix = KILLED_BY; /* killer_name supplies "an" if warranted */
58 !strncmpi(name, "a ", 2)) kprefix = KILLED_BY;
83 losehp(dam, knm, kprefix);
H A Dmon.c2017 int i, plural, kprefix = KILLED_BY_AN; local
2037 kprefix = KILLED_BY;
2043 kprefix = KILLED_BY;
2056 losehp(i, pname, kprefix);
2059 killer_format = kprefix;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmthrowu.c44 int kprefix = KILLED_BY_AN; local
52 kprefix = KILLED_BY; /* killer_name supplies "an" if warranted */
58 !strncmpi(name, "a ", 2)) kprefix = KILLED_BY;
83 losehp(dam, knm, kprefix);
H A Dmon.c2017 int i, plural, kprefix = KILLED_BY_AN; local
2037 kprefix = KILLED_BY;
2043 kprefix = KILLED_BY;
2056 losehp(i, pname, kprefix);
2059 killer_format = kprefix;

Completed in 85 milliseconds