Home
last modified time | relevance | path

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

/netbsd/src/games/hunt/huntd/
Danswer.c253 stplayer(PLAYER *newpp, int enter_status) in stplayer() argument
262 newpp->p_maze[y][x] = Maze[y][x]; in stplayer()
265 newpp->p_maze[y][x] = Maze[y][x]; in stplayer()
267 newpp->p_maze[y][x] = SPACE; in stplayer()
269 newpp->p_maze[y][x] = Maze[y][x]; in stplayer()
273 newpp->p_maze[y][x] = Maze[y][x]; in stplayer()
279 newpp->p_over = SPACE; in stplayer()
280 newpp->p_x = x; in stplayer()
281 newpp->p_y = y; in stplayer()
282 newpp->p_undershot = false; in stplayer()
[all …]
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dproposal.c191 struct saprop *newpp = NULL; in cmpsaprop_alloc() local
198 newpp = newsaprop(); in cmpsaprop_alloc()
199 if (newpp == NULL) { in cmpsaprop_alloc()
204 newpp->prop_no = pp1->prop_no; in cmpsaprop_alloc()
211 newpp->lifetime = pp1->lifetime; in cmpsaprop_alloc()
212 newpp->lifebyte = pp1->lifebyte; in cmpsaprop_alloc()
213 newpp->pfs_group = pp1->pfs_group; in cmpsaprop_alloc()
231 newpp->lifetime = pp1->lifetime; in cmpsaprop_alloc()
232 newpp->lifebyte = pp1->lifebyte; in cmpsaprop_alloc()
242 newpp->pfs_group = pp1->pfs_group; in cmpsaprop_alloc()
[all …]