Home
last modified time | relevance | path

Searched refs:CFLAG (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/games/gomoku/
H A Dgomoku.h227 #define CFLAG 0x000001 /* frame is part of a combo */ macro
H A Dpickmove.c1454 cmask = CFLAG << cbp->c_dir; in markcombo()
1455 omask = (IFLAG | CFLAG) << cbp->c_dir; in markcombo()
1475 int mask = ~((IFLAG | CFLAG) << cbp->c_dir); in clearcombo()
/netbsd-src/external/gpl3/gdb.old/dist/sim/arm/
H A Darmemu.h90 #define CFLAG state->CFlag macro
160 #define ECC ((NFLAG << 31) | (ZFLAG << 30) | (CFLAG << 29) | (VFLAG << 28) | (SFLAG << 27))
/netbsd-src/external/mit/libuv/dist/m4/
H A Dlibuv-check-flags.m467 dnl Check for CFLAG and appends them to AM_CFLAGS if supported
/netbsd-src/external/bsd/cron/dist/
H A DCHANGES97 correctly on (the latest) NeXT machines, with or without the "-posix" CFLAG.
/netbsd-src/sys/dev/qbus/
H A Dqd.c380 #define CFLAG (PARENB|CREAD|CS7|CLOCAL) macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DCHANGES13125 *) Fix Makefile.org so CC,CFLAG etc are passed to 'make links' add