Home
last modified time | relevance | path

Searched refs:n_picked (Results 1 – 12 of 12) sorted by relevance

/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dpickup.c331 int i, n, res, count, n_tried = 0, n_picked = 0; local
406 for (n_picked = i = 0 ; i < n; i++) {
410 n_picked += res;
436 n_picked++; /* picked something */
491 n_picked += res;
498 if (n_picked) newsym(u.ux,u.uy);
501 if (autopickup) check_here(n_picked > 0);
/dports/games/nethack33/nethack-3.3.1/src/
H A Dpickup.c331 int i, n, res, count, n_tried = 0, n_picked = 0; local
406 for (n_picked = i = 0 ; i < n; i++) {
410 n_picked += res;
436 n_picked++; /* picked something */
491 n_picked += res;
498 if (n_picked) newsym(u.ux,u.uy);
501 if (autopickup) check_here(n_picked > 0);
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dpickup.c331 int i, n, res, count, n_tried = 0, n_picked = 0; local
406 for (n_picked = i = 0 ; i < n; i++) {
410 n_picked += res;
436 n_picked++; /* picked something */
491 n_picked += res;
498 if (n_picked) newsym(u.ux,u.uy);
501 if (autopickup) check_here(n_picked > 0);
/dports/games/nethack34/nethack-3.4.3/src/
H A Dpickup.c388 int i, n, res, count, n_tried = 0, n_picked = 0; local
485 for (n_picked = i = 0 ; i < n; i++) {
489 n_picked += res;
516 n_picked++; /* picked something */
580 n_picked += res;
590 if (n_picked) newsym(u.ux,u.uy);
593 if (autopickup) check_here(n_picked > 0);
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dpickup.c388 int i, n, res, count, n_tried = 0, n_picked = 0; local
485 for (n_picked = i = 0 ; i < n; i++) {
489 n_picked += res;
516 n_picked++; /* picked something */
580 n_picked += res;
590 if (n_picked) newsym(u.ux,u.uy);
593 if (autopickup) check_here(n_picked > 0);
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dpickup.c394 int i, n, res, count, n_tried = 0, n_picked = 0; local
491 for (n_picked = i = 0 ; i < n; i++) {
495 n_picked += res;
522 n_picked++; /* picked something */
586 n_picked += res;
596 if (n_picked) newsym(u.ux,u.uy);
599 if (autopickup) check_here(n_picked > 0);
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dpickup.c389 int i, n, res, count, n_tried = 0, n_picked = 0; local
486 for (n_picked = i = 0 ; i < n; i++) {
490 n_picked += res;
517 n_picked++; /* picked something */
581 n_picked += res;
591 if (n_picked) newsym(u.ux,u.uy);
594 if (autopickup) check_here(n_picked > 0);
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dpickup.c388 int i, n, res, count, n_tried = 0, n_picked = 0; local
485 for (n_picked = i = 0 ; i < n; i++) {
489 n_picked += res;
516 n_picked++; /* picked something */
580 n_picked += res;
590 if (n_picked) newsym(u.ux,u.uy);
593 if (autopickup) check_here(n_picked > 0);
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dpickup.c392 int i, n, res, count, n_tried = 0, n_picked = 0; local
489 for (n_picked = i = 0 ; i < n; i++) {
493 n_picked += res;
520 n_picked++; /* picked something */
584 n_picked += res;
594 if (n_picked) newsym(u.ux,u.uy);
597 if (autopickup) check_here(n_picked > 0);
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dpickup.c491 int i, n, res, count, n_tried = 0, n_picked = 0; local
591 for (n_picked = i = 0; i < n; i++) {
596 n_picked += res;
623 n_picked++; /* picked something */
691 n_picked += res;
702 if (n_picked)
707 check_here(n_picked > 0);
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dpickup.c491 int i, n, res, count, n_tried = 0, n_picked = 0; local
591 for (n_picked = i = 0; i < n; i++) {
596 n_picked += res;
623 n_picked++; /* picked something */
691 n_picked += res;
702 if (n_picked)
707 check_here(n_picked > 0);
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dpickup.c542 int i, n, res, count, n_tried = 0, n_picked = 0; in pickup() local
645 for (n_picked = i = 0; i < n; i++) { in pickup()
650 n_picked += res; in pickup()
677 n_picked++; /* picked something */ in pickup()
745 n_picked += res; in pickup()
756 if (n_picked) in pickup()
761 check_here(n_picked > 0); in pickup()