Searched refs:newpp (Results 1 – 3 of 3) sorted by relevance
312 stplayer(PLAYER *newpp, int enter_status) in stplayer() argument322 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 …]
381 struct proc **newpp, int flags, const char *fmt, ...) in smb_kthread_create() argument393 if (newpp != NULL) in smb_kthread_create()394 *newpp = p2; in smb_kthread_create()
139 struct proc **newpp, int flags, const char *fmt, ...)