Lines Matching refs:outstr
54 outstr(pp, pp->p_maze[0], WIDTH);
69 outstr(pp, pp->p_maze[HEIGHT - 1], WIDTH);
84 outstr(pp, "Ammo:", 5);
87 outstr(pp, Buf, 3);
90 outstr(pp, "Gun:", 4);
92 outstr(pp, (pp->p_ncshot < MAXNCSHOT) ? " ok" : " ", 3);
95 outstr(pp, "Damage:", 7);
99 outstr(pp, Buf, 5);
102 outstr(pp, "Kills:", 6);
105 outstr(pp, Buf, 3);
108 outstr(pp, "Player:", 7);
115 outstr(pp, Buf, STAT_NAME_LEN);
120 outstr(pp, "Monitor:", 8);
125 outstr(pp, Buf, STAT_NAME_LEN);
354 outstr(pp, s, strlen(s));