HomeSort by: relevance | last modified time | path
    Searched refs:p_output (Results 1 - 4 of 4) sorted by relevancy

  /src/games/hunt/huntd/
terminal.c 68 (void) putc(ch, pp->p_output);
82 (void) putc(*str++, pp->p_output);
130 (void) putc(command, pp->p_output);
135 (void) putc(arg1, pp->p_output);
136 (void) putc(arg2, pp->p_output);
141 (void) putc(arg1, pp->p_output);
driver.c 326 (void) fflush(pp->p_output);
333 (void) fflush(pp->p_output);
805 (void) putc(' ', pp->p_output);
806 (void) fclose(pp->p_output);
844 (void) putc(LAST_PLAYER, pp->p_output);
845 (void) fclose(pp->p_output);
929 (void) putc(LAST_PLAYER, pp->p_output);
930 (void) fclose(pp->p_output);
936 (void) putc(LAST_PLAYER, pp->p_output);
937 (void) fclose(pp->p_output);
    [all...]
answer.c 168 (void) fflush(pp->p_output);
204 pp->p_output = fdopen(newsock, "w");
248 (void) fflush(pp->p_output);
372 (void) fflush(newpp->p_output);
hunt.h 89 FILE *p_output; member in struct:player_def

Completed in 15 milliseconds