Searched refs:p_ident (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/games/hunt/huntd/
H A Ddraw.c111 np->p_ident->i_score,
112 stat_char(np), np->p_ident->i_name,
113 np->p_ident->i_team);
123 np->p_ident->i_name, np->p_ident->i_team);
389 if (npp->p_ident->i_team == ' ')
392 if (pp->p_ident->i_team == '*')
393 return npp->p_ident->i_team;
395 if (pp->p_ident->i_team != npp->p_ident
[all...]
H A Danswer.c190 pp->p_ident = get_ident(machine, uid, name, team);
222 pp->p_ident->i_name, pp->p_ident->i_team);
324 newpp->p_ident->i_score,
325 stat_char(newpp), newpp->p_ident->i_name,
326 newpp->p_ident->i_team);
H A Ddriver.c549 else if (ouch->p_ident->i_team == ' '
550 || ouch->p_ident->i_team != credit->i_team) {
559 ouch->p_ident->i_deaths++;
561 ouch->p_ident->i_stillb++;
576 (void) snprintf(Buf, sizeof(Buf), "%5.2f", gotcha->p_ident->i_score);
667 pp->p_ident->i_name);
743 pp->p_ident->i_score, stat_char(pp),
744 pp->p_ident->i_name, pp->p_ident->i_team);
783 pp->p_ident
[all...]
H A Dshots.c303 pp->p_ident->i_shot += bp->b_charge;
314 pp->p_ident->i_saved++;
316 pp->p_ident->i_absorbed += bp->b_charge;
324 pp->p_ident->i_faced += bp->b_charge;
332 pp->p_ident->i_ducked += bp->b_charge;
335 pp->p_ident->i_saved++;
H A Dexecute.c269 checkdam(newp, pp, pp->p_ident, STABDAM, KNIFE);
464 (owner == NULL) ? NULL : owner->p_ident, expl, over);
H A Dhunt.h303 IDENT *p_ident; member in struct:player_def

Completed in 108 milliseconds