Home
last modified time | relevance | path

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

/netbsd-src/games/hunt/huntd/
H A 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/
H A Dproposal.c199 struct saprop *newpp = NULL; local
206 newpp = newsaprop();
207 if (newpp == NULL) {
212 newpp->prop_no = pp1->prop_no;
219 newpp->lifetime = pp1->lifetime;
220 newpp->lifebyte = pp1->lifebyte;
221 newpp->pfs_group = pp1->pfs_group;
239 newpp->lifetime = pp1->lifetime;
240 newpp->lifebyte = pp1->lifebyte;
250 newpp->pfs_group = pp1->pfs_group;
[all …]