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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dtopten.c248 int rank, rank0 = -1, rank1 = 0; local
387 /* rank0: -1 undefined, 0 not_on_list, n n_th on list */
391 if(rank0 < 0 && t1->points < t0->points) {
392 rank0 = rank++;
415 if(rank0 < 0) {
416 rank0 = 0;
455 if(!done_stopprint) if(rank0 > 0){
456 if(rank0 <= 10)
462 rank0, ordin(rank0), ENTRYMA
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dtopten.c248 int rank, rank0 = -1, rank1 = 0; local
387 /* rank0: -1 undefined, 0 not_on_list, n n_th on list */
391 if(rank0 < 0 && t1->points < t0->points) {
392 rank0 = rank++;
415 if(rank0 < 0) {
416 rank0 = 0;
455 if(!done_stopprint) if(rank0 > 0){
456 if(rank0 <= 10)
462 rank0, ordin(rank0), ENTRYMA
[all...]

Completed in 83 milliseconds