Home | History | Annotate | Download | only in huntd

Lines Matching defs:np

81 	PLAYER *np;
109 for (i = STAT_PLAY_ROW + 1, np = Player; np < End_player; np++) {
111 np->p_ident->i_score,
112 stat_char(np), np->p_ident->i_name,
113 np->p_ident->i_team);
121 for (i = STAT_MON_ROW + 1, np = Monitor; np < End_monitor; np++) {
123 np->p_ident->i_name, np->p_ident->i_team);
291 PLAYER *np;
298 for (np = Monitor; np < End_monitor; np++) {
299 cgoto(np, y, STAT_SCAN_COL);
300 outch(np, c);
303 for (np = Player; np < End_player; np++) {
304 cgoto(np, y, STAT_SCAN_COL);
305 outch(np, c);