Searched refs:RESIGN (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/games/gomoku/
H A Dstoc.c56 { RESIGN, "resign" },
57 { RESIGN, "quit" },
H A Dmain.c270 if (curmove != RESIGN &&
278 curmove = RESIGN;
322 if (i != RESIGN) {
H A Dgomoku.h72 #define RESIGN 1 macro
H A Dmakemove.c58 * RESIGN Player resigned.
75 if (mv == RESIGN)
76 return(RESIGN);
H A Dbdisp.c453 return RESIGN;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Drbtdb.c321 #define RESIGN(header) \ macro
2816 if (RESIGN(header)) {
6094 if (loading && RESIGN(newheader) &&
6095 RESIGN(header) &&
6230 } else if (RESIGN(newheader))
6282 } else if (RESIGN(newheader)) {
7292 INSIST(RESIGN(header));

Completed in 183 milliseconds