OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:otmph
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/hack/
hack.do_wear.c
424
struct obj *
otmph
= uarm;
local in function:some_armor
425
if (uarmh && (!
otmph
|| !rn2(4)))
426
otmph
= uarmh;
427
if (uarmg && (!
otmph
|| !rn2(4)))
428
otmph
= uarmg;
429
if (uarms && (!
otmph
|| !rn2(4)))
430
otmph
= uarms;
431
return (
otmph
);
437
struct obj *
otmph
= some_armor();
local in function:corrode_armor
438
if (
otmph
) {
[
all
...]
Completed in 231 milliseconds
Indexes created Sat Oct 18 21:09:54 GMT 2025