Home
last modified time | relevance | path

Searched refs:p_cbuf (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/games/hunt/huntd/
Dhunt.h106 char p_cbuf[BUFSIZ]; member
Dexecute.c60 ch = pp->p_cbuf[pp->p_ncount++]; in mon_execute()
81 ch = pp->p_cbuf[pp->p_ncount++]; in execute()
Ddriver.c906 pp->p_nchar = read(pp->p_fd, pp->p_cbuf, sizeof pp->p_cbuf); in havechar()
911 pp->p_cbuf[0] = 'q'; in havechar()