Searched refs:is_plural (Results 1 - 14 of 14) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dwield.c368 !is_plural(uwep) ? "That is" : "They are");
487 is_plural(otmp) ? "aren't weapons" : "isn't a weapon");
H A Ddo_name.c300 is_plural(obj) ? "these" : "this", xname(obj));
H A Dweapon.c669 is_plural(obj) ? "themselves" : "itself",
H A Ddokick.c903 if (is_plural(treefruit))
H A Dmuse.c1839 !is_plural(obj) ? "It is" : "They are",
H A Dobjnam.c1065 if (!is_plural(otmp))
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dwield.c368 !is_plural(uwep) ? "That is" : "They are");
487 is_plural(otmp) ? "aren't weapons" : "isn't a weapon");
H A Ddo_name.c300 is_plural(obj) ? "these" : "this", xname(obj));
H A Dweapon.c669 is_plural(obj) ? "themselves" : "itself",
H A Ddokick.c903 if (is_plural(treefruit))
H A Dmuse.c1839 !is_plural(obj) ? "It is" : "They are",
H A Dobjnam.c1065 if (!is_plural(otmp))
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h299 #define is_plural(o) ((o)->quan > 1 || \ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h299 #define is_plural(o) ((o)->quan > 1 || \ macro

Completed in 109 milliseconds