Home
last modified time | relevance | path

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

/netbsd/src/games/hunt/huntd/
Danswer.c337 newpp->p_ident->i_score, in stplayer()
419 ip->i_score = ip->i_kills / (double) ip->i_entries; in get_ident()
433 ip->i_score = 0; in get_ident()
Ddriver.c632 credit->i_score = credit->i_kills / (double) credit->i_entries; in checkdam()
650 (void) snprintf(Buf, sizeof(Buf), "%5.2f", gotcha->p_ident->i_score); in checkdam()
814 pp->p_ident->i_score, stat_char(pp), in zap()
988 ip->i_score, ip->i_ducked, ip->i_absorbed, in send_stats()
Dhunt.h65 float i_score; member
Ddraw.c111 np->p_ident->i_score, in drawstatus()