HomeSort by: relevance | last modified time | path
    Searched defs:makecombo (Results 1 - 2 of 2) sorted by relevancy

  /src/games/gomoku/
pickmove.c 75 static void makecombo(struct combostr *, struct spotstr *, u_char, u_short);
223 static player_color curcolor; /* implicit parameter to makecombo() */
224 static unsigned int curlevel; /* implicit parameter to makecombo() */
623 makecombo(cbp, fsp, 0, cb.s);
635 makecombo(cbp, sp, off, fcb.s);
665 makecombo(struct combostr *ocbp, struct spotstr *osp, u_char off, u_short cv) function in typeref:typename:void
pickmove.c 75 static void makecombo(struct combostr *, struct spotstr *, u_char, u_short);
223 static player_color curcolor; /* implicit parameter to makecombo() */
224 static unsigned int curlevel; /* implicit parameter to makecombo() */
623 makecombo(cbp, fsp, 0, cb.s);
635 makecombo(cbp, sp, off, fcb.s);
665 makecombo(struct combostr *ocbp, struct spotstr *osp, u_char off, u_short cv) function in typeref:typename:void

Completed in 118 milliseconds