Searched refs:p_output (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/games/hunt/huntd/ |
H A D | terminal.c | 68 (void) putc(ch, pp->p_output); in outch() 82 (void) putc(*str++, pp->p_output); in outstr() 130 (void) putc(command, pp->p_output); in sendcom() 135 (void) putc(arg1, pp->p_output); in sendcom() 136 (void) putc(arg2, pp->p_output); in sendcom() 141 (void) putc(arg1, pp->p_output); in sendcom()
|
H A D | driver.c | 326 (void) fflush(pp->p_output); in main() 333 (void) fflush(pp->p_output); in main() 805 (void) putc(' ', pp->p_output); in zap() 806 (void) fclose(pp->p_output); in zap() 844 (void) putc(LAST_PLAYER, pp->p_output); in zap() 845 (void) fclose(pp->p_output); in zap() 929 (void) putc(LAST_PLAYER, pp->p_output); in cleanup() 930 (void) fclose(pp->p_output); in cleanup() 936 (void) putc(LAST_PLAYER, pp->p_output); in cleanup() 937 (void) fclose(pp->p_output); in cleanup()
|
H A D | answer.c | 168 (void) fflush(pp->p_output); in answer() 204 pp->p_output = fdopen(newsock, "w"); in answer() 248 (void) fflush(pp->p_output); in stmonitor() 372 (void) fflush(newpp->p_output); in stplayer()
|
H A D | hunt.h | 89 FILE *p_output; member
|