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

/netbsd-current/games/gomoku/
H A Dstoc.c55 if (s == RESIGN)
72 return RESIGN;
H A Dgomoku.h74 #define RESIGN 1 macro
H A Dmakemove.c93 * RESIGN Player resigned.
103 if (mv == RESIGN)
104 return RESIGN;
H A Dmain.c236 if (s != RESIGN && board[s].s_occ != EMPTY) {
244 return RESIGN;
385 if (outcome.result != RESIGN) {
H A Dbdisp.c349 * Ask the user for the coordinate of a move, or return RESIGN or SAVE.
450 return RESIGN;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Drbtdb.c314 #define RESIGN(header) \ macro
3258 if (RESIGN(header)) {
6486 if (loading && RESIGN(newheader) &&
6487 RESIGN(header) &&
6611 } else if (RESIGN(newheader)) {
6650 } else if (RESIGN(newheader)) {
6704 } else if (RESIGN(newheader)) {
7249 if (RESIGN(header)) {
7644 if (RESIGN(header) &&
8345 INSIST(RESIGN(heade
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Drbtdb.c275 #define RESIGN(header) \ macro
3167 if (RESIGN(header)) {
6468 if (loading && RESIGN(newheader) &&
6469 RESIGN(header) &&
6602 } else if (RESIGN(newheader)) {
6644 } else if (RESIGN(newheader)) {
6698 } else if (RESIGN(newheader)) {
7242 if (RESIGN(header)) {
7940 INSIST(RESIGN(header));

Completed in 294 milliseconds