Home
last modified time | relevance | path

Searched refs:is_domestic (Results 1 – 25 of 40) sorted by relevance

12

/dports/games/pioneers/pioneers-15.6/common/
H A Dquoteinfo.c55 res = a->is_domestic - b->is_domestic; in sort_quotes()
58 if (a->is_domestic) { in sort_quotes()
80 quote->is_domestic = FALSE; in quotelist_add_maritime()
99 quote->is_domestic = TRUE; in quotelist_add_domestic()
121 if (!quote->is_domestic) in quotelist_find_domestic()
161 || !prev->is_domestic in quotelist_is_player_first()
H A Dquoteinfo.h26 gboolean is_domestic; /* is this a maritime trade? */ member
/dports/games/pioneers/pioneers-15.6/client/gtk/
H A Dquote-view.c324 if (quote->is_domestic) in add_maritime_trade()
429 if (!quote->is_domestic) in quote_view_reject()
502 if (curr->is_domestic) in check_maritime_trades()
547 if (quote->is_domestic) { in check_valid_trade()
742 if (curr->is_domestic) in quote_view_theme_changed()
H A Dtrade.c65 g_assert(quote->is_domestic); in is_good_quote()
145 else if (quote->is_domestic) in update_rows()
182 if (!quote->is_domestic) in trade_valid_selection()
H A Dquote.c51 g_assert(quote->is_domestic); in can_delete_this_quote()
H A Dinterface.c162 if (quote->is_domestic) { in frontend_state_trade()
/dports/games/unnethack/unnethack-5.1.0-20131208/include/
H A Dmondata.h110 #define is_domestic(ptr) (((ptr)->mflags2 & M2_DOMESTIC) != 0L) macro
276 (is_domestic(ptr) || (is_rat(ptr) && Role_if(PM_CONVICT))))
279 is_domestic(ptr))
/dports/games/nethack34/nethack-3.4.3/include/
H A Dmondata.h92 #define is_domestic(ptr) (((ptr)->mflags2 & M2_DOMESTIC) != 0L) macro
191 is_domestic(ptr))
/dports/games/nethack34-nox11/nethack-3.4.3/include/
H A Dmondata.h92 #define is_domestic(ptr) (((ptr)->mflags2 & M2_DOMESTIC) != 0L) macro
191 is_domestic(ptr))
/dports/games/vultures-eye/vulture-2.3.67/nethack/include/
H A Dmondata.h92 #define is_domestic(ptr) (((ptr)->mflags2 & M2_DOMESTIC) != 0L) macro
191 is_domestic(ptr))
/dports/games/vultures-eye/vulture-2.3.67/unnethack/include/
H A Dmondata.h98 #define is_domestic(ptr) (((ptr)->mflags2 & M2_DOMESTIC) != 0L) macro
213 is_domestic(ptr))
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Dmondata.h116 #define is_domestic(ptr) (((ptr)->mflags2 & M2_DOMESTIC) != 0L) macro
234 : (is_domestic(ptr) && (obj)->oclass == FOOD_CLASS \
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Dmondata.h116 #define is_domestic(ptr) (((ptr)->mflags2 & M2_DOMESTIC) != 0L) macro
234 : (is_domestic(ptr) && (obj)->oclass == FOOD_CLASS \
/dports/games/vultures-eye/vulture-2.3.67/slashem/include/
H A Dmondata.h107 #define is_domestic(ptr) (((ptr)->mflags2 & M2_DOMESTIC) != 0L) macro
239 is_domestic(ptr) || \
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dmondata.h151 #define is_domestic(ptr) (((ptr)->mflags2 & M2_DOMESTIC) != 0L) macro
273 : (is_domestic(ptr) && (obj)->oclass == FOOD_CLASS \
/dports/games/pioneers/pioneers-15.6/server/
H A Dtrade.c344 if (!curr->is_domestic) in call_domestic()
H A Dpregame.c908 if (quote->is_domestic) { in mode_pre_game()
/dports/games/nethack33/nethack-3.3.1/include/
H A Dmondata.h78 #define is_domestic(ptr) (((ptr)->mflags2 & M2_DOMESTIC) != 0L) macro
/dports/games/nethack33-nox11/nethack-3.3.1/include/
H A Dmondata.h78 #define is_domestic(ptr) (((ptr)->mflags2 & M2_DOMESTIC) != 0L) macro
/dports/games/falconseye/falconseye-1.9.3_11/include/
H A Dmondata.h78 #define is_domestic(ptr) (((ptr)->mflags2 & M2_DOMESTIC) != 0L) macro
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Ddog.c14 mtmp->mtame = is_domestic(mtmp->data) ? 10 : 5;
822 if (Role_if(PM_CONVICT) && (is_domestic(mtmp->data) && obj)) {
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Ddog.c16 mtmp->mtame = is_domestic(mtmp->data) ? 10 : 5;
/dports/games/nethack33/nethack-3.3.1/src/
H A Ddog.c16 mtmp->mtame = is_domestic(mtmp->data) ? 10 : 5;
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Ddog.c16 mtmp->mtame = is_domestic(mtmp->data) ? 10 : 5;
/dports/games/nethack34/nethack-3.4.3/src/
H A Ddog.c16 mtmp->mtame = is_domestic(mtmp->data) ? 10 : 5;

12