Home
last modified time | relevance | path

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

/dflybsd-src/games/hunt/huntd/
H A Danswer.c312 stplayer(PLAYER *newpp, int enter_status) in stplayer() argument
322 newpp->p_maze[y][x] = Maze[y][x]; in stplayer()
325 newpp->p_maze[y][x] = Maze[y][x]; in stplayer()
327 newpp->p_maze[y][x] = SPACE; in stplayer()
329 newpp->p_maze[y][x] = Maze[y][x]; in stplayer()
333 newpp->p_maze[y][x] = Maze[y][x]; in stplayer()
340 newpp->p_over = SPACE; in stplayer()
341 newpp->p_x = x; in stplayer()
342 newpp->p_y = y; in stplayer()
343 newpp->p_undershot = FALSE; in stplayer()
[all …]
/dflybsd-src/sys/netproto/smb/
H A Dsmb_subr.c381 struct proc **newpp, int flags, const char *fmt, ...) in smb_kthread_create() argument
393 if (newpp != NULL) in smb_kthread_create()
394 *newpp = p2; in smb_kthread_create()
H A Dsmb_subr.h139 struct proc **newpp, int flags, const char *fmt, ...)