Home | Sort by: relevance | last modified time | path |
/src/games/gomoku/ | |
pickmove.c | 570 struct combostr **cbpp, *pcbp; local in function:addframes 640 cbpp = &hashcombos[FAREA]; 642 cbp = *--cbpp; 645 *cbpp = NULL; 657 } while (cbpp != hashcombos); 810 struct combostr *cbp, **cbpp; local in function:makeempty 838 cbpp = &ecombo[nframes]; 842 *--cbpp = cbp->c_link[1]; 852 *--cbpp = cbp->c_link[0]; 913 for (i = 0, ep = einfo, cbpp = ecombo; i < nframes; i++, ep++, cbpp++) 1351 struct combostr *cbp, **cbpp; local in function:markcombo [all...] |
/src/sys/ufs/lfs/ | |
lfs.h | 1173 struct buf **cbpp; /* pointer to next available bp */ member in struct:segment |