Home
last modified time | relevance | path

Searched refs:FFLAG (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/doc/
H A DMakefile.in72 FFLAG=-F$(top_builddir)/font -F$(top_srcdir)/font
75 TROFF=$(TROFFBIN) $(TFLAG) $(FFLAG) -ww
81 | $(GROFFBIN) $(TFLAG) $(FFLAG) -Upet -ww
H A DMakefile.sub42 FFLAG=-F$(top_builddir)/font -F$(top_srcdir)/font
51 | $(GROFFBIN) $(TFLAG) $(FFLAG) -Upet -ww
/netbsd-src/external/gpl2/groff/dist/contrib/pdfmark/
H A DMakefile.sub48 FFLAG=-F$(top_builddir)/font -F$(top_srcdir)/font
56 ./pdfroff $(FFLAG) $(MFLAG) $(PFLAG)
/netbsd-src/external/gpl2/groff/dist/contrib/mom/
H A DMakefile.sub29 FFLAG=-F$(top_builddir)/font -F$(top_srcdir)/font
36 $(GROFFBIN) $(FFLAG) $(TFLAG)
/netbsd-src/games/gomoku/
H A Dgomoku.h231 #define FFLAG 0x000100 /* frame is part of a <1,x> combo */ macro
H A Dpickmove.c456 int bmask = (BFLAG | FFLAG | MFLAG) << r; in makecombo2()
602 if ((fsp->s_flags & (FFLAG << r)) != 0) in addframes()
1013 board[tcbp->c_vertex].s_flags |= FFLAG << tcbp->c_dir; in updatecombo()
1045 board[cbp->c_vertex].s_flags |= FFLAG << cbp->c_dir; in updatecombo()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dmsvc63 # If dictionary byte 38 (FFLAG) has the value 255, there is no space left
64 >(3.l+37) ubyte <0xFF (FFLAG=%#x)
65 >(3.l+37) ubyte =0xFF (FFLAG=full)
/netbsd-src/external/gpl3/gdb.old/dist/sim/arm/
H A Darmemu.h106 #define FFLAG (state->IFFlags & 1) macro
/netbsd-src/external/gpl3/gdb/dist/sim/arm/
H A Darmsupp.c1608 else if (!state->NfiqSig && !FFLAG) in IntPending()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1182010 (GROFF): Use TFLAG, FFLAG, -U, -p, -e, -t, and -ww.