Home
last modified time | relevance | path

Searched refs:gpm_next (Results 1 – 4 of 4) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Depd.c238 gpmptr->gpm_prev = gpmptr->gpm_next = NULL; in EPDNewGPM()
256 gamptr->gam_tailgpm->gpm_next = gpmptr; in EPDAppendGPM()
258 gpmptr->gpm_next = NULL; in EPDAppendGPM()
267 gamptr->gam_headgpm = gpmptr->gpm_next; in EPDUnthreadGPM()
269 gpmptr->gpm_prev->gpm_next = gpmptr->gpm_next; in EPDUnthreadGPM()
270 if (gpmptr->gpm_next == NULL) in EPDUnthreadGPM()
273 gpmptr->gpm_next->gpm_prev = gpmptr->gpm_prev; in EPDUnthreadGPM()
368 gpmptr = gpmptr->gpm_next; in EPDGamePlyCount()
4027 gpmptr = gpmptr->gpm_next; in EPDMoveList()
H A Depddefs.h619 struct gpmS *gpm_next; /* next played move record */ member
/dports/games/KnightCap/Export/
H A Depd.c402 gpmptr->gpm_prev = gpmptr->gpm_next = NULL; in EPDNewGPM()
426 gamptr->gam_tailgpm->gpm_next = gpmptr; in EPDAppendGPM()
429 gpmptr->gpm_next = NULL; in EPDAppendGPM()
442 gamptr->gam_headgpm = gpmptr->gpm_next; in EPDUnthreadGPM()
444 gpmptr->gpm_prev->gpm_next = gpmptr->gpm_next; in EPDUnthreadGPM()
446 if (gpmptr->gpm_next == NULL) in EPDUnthreadGPM()
449 gpmptr->gpm_next->gpm_prev = gpmptr->gpm_prev; in EPDUnthreadGPM()
578 gpmptr = gpmptr->gpm_next; in EPDGamePlyCount()
6338 gpmptr = gpmptr->gpm_next; in EPDMoveList()
H A Depddefs.h721 struct gpmS *gpm_next; /* next played move record */ member