Home
last modified time | relevance | path

Searched refs:pair_of (Results 1 – 13 of 13) sorted by relevance

/dports/devel/ncurses/ncurses-6.3/test/
H A Dmovewindow.c581 #define pair_of(ul) ul.y, ul.x macro
590 result = newwin(lines_of(ul, lr), cols_of(ul, lr), pair_of(ul)); in create_my_window()
608 result = derwin(parent, lines_of(ul, lr), cols_of(ul, lr), pair_of(ul)); in create_my_derwin()
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dwield.c386 boolean use_plural = (is_plural(uquiver) || pair_of(uquiver)); in dowield()
551 boolean use_plural = (is_plural(uwep) || pair_of(uwep)); in dowieldquiver()
589 boolean use_plural = (is_plural(uswapwep) || pair_of(uswapwep)); in dowieldquiver()
H A Dpotion.c2195 shortestname = (is_plural(obj) || pair_of(obj)) ? "them" : "it"; in dodip()
H A Dinvent.c1801 !(is_plural(otmp) || pair_of(otmp)) ? "that" : "those", s3); in silly_thing()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dwield.c432 boolean use_plural = (is_plural(uwep) || pair_of(uwep)); in dowieldquiver()
470 boolean use_plural = (is_plural(uswapwep) || pair_of(uswapwep)); in dowieldquiver()
H A Dpotion.c1897 shortestname = (is_plural(obj) || pair_of(obj)) ? "them" : "it"; in dodip()
H A Dinvent.c1860 !(is_plural(otmp) || pair_of(otmp)) ? "that" : "those", s3);
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dwield.c432 boolean use_plural = (is_plural(uwep) || pair_of(uwep)); in dowieldquiver()
470 boolean use_plural = (is_plural(uswapwep) || pair_of(uswapwep)); in dowieldquiver()
H A Dpotion.c1897 shortestname = (is_plural(obj) || pair_of(obj)) ? "them" : "it"; in dodip()
H A Dinvent.c1860 !(is_plural(otmp) || pair_of(otmp)) ? "that" : "those", s3);
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Dobj.h345 #define pair_of(o) ((o)->otyp == LENSES || is_gloves(o) || is_boots(o)) macro
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Dobj.h345 #define pair_of(o) ((o)->otyp == LENSES || is_gloves(o) || is_boots(o)) macro
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dobj.h408 #define pair_of(o) ((o)->otyp == LENSES || is_gloves(o) || is_boots(o)) macro