Home
last modified time | relevance | path

Searched refs:bl_hilite_moves (Results 1 – 4 of 4) sorted by relevance

/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dbotl.c551 static long bl_hilite_moves = 0L; variable
840 reset = hilite_reset_needed(prev, bl_hilite_moves);
1510 bl_hilite_moves = moves; /* simpllfied; used to try to encode fractional in status_eval_next_unhilite()
1521 curr->time = prev->time = (bl_hilite_moves in status_eval_next_unhilite()
1537 if (next_unhilite < bl_hilite_moves) in status_eval_next_unhilite()
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dbotl.c551 static long bl_hilite_moves = 0L; variable
840 reset = hilite_reset_needed(prev, bl_hilite_moves);
1510 bl_hilite_moves = moves; /* simpllfied; used to try to encode fractional in status_eval_next_unhilite()
1521 curr->time = prev->time = (bl_hilite_moves in status_eval_next_unhilite()
1537 if (next_unhilite < bl_hilite_moves) in status_eval_next_unhilite()
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Ddecl.h690 long bl_hilite_moves; member
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dbotl.c1199 reset = hilite_reset_needed(prev, g.bl_hilite_moves); in eval_notify_windowport_field()
1862 g.bl_hilite_moves = g.moves; /* simpllfied; used to try to encode fractional in status_eval_next_unhilite()
1873 curr->time = prev->time = (g.bl_hilite_moves in status_eval_next_unhilite()
1889 if (next_unhilite < g.bl_hilite_moves) in status_eval_next_unhilite()