Searched refs:n_picked (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/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);
/seL4-refos-master/apps/nethack/src/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);

Completed in 36 milliseconds