OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cur_p
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/monop/
monop.c
126
*
cur_p
; /* pointer to current player's struct */
variable in typeref:typename:PLAY **
245
printf("\n%s (%d) (cash $%d) on %s\n",
cur_p
->name, player + 1,
246
cur_p
->money, board[
cur_p
->loc].name);
278
cur_p
= play = calloc((size_t)num_play, sizeof (PLAY));
342
cur_p
= &play[max_pl];
343
printf("%s (%d) goes first\n",
cur_p
->name, max_pl + 1);
/src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_vq.c
1170
struct virtio_gpu_update_cursor *
cur_p
;
local in function:virtio_gpu_cursor_ping
1173
cur_p
= virtio_gpu_alloc_cursor(vgdev, &vbuf);
1174
memcpy(
cur_p
, &output->cursor, sizeof(output->cursor));
Completed in 12 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025