Home
last modified time | relevance | path

Searched refs:FF_NONE (Results 1 – 8 of 8) sorted by relevance

/dports/www/elinks/elinks-0.11.7/src/util/
H A Dfastfind.h19 FF_NONE = 0, enumerator
/dports/devel/cc65/cc65-2.19/src/cc65/
H A Dfunction.h48 FF_NONE = 0x0000, enumerator
H A Dfunction.c89 F->Flags = IsTypeVoid (F->ReturnType) ? FF_VOID_RETURN : FF_NONE; in NewFunction()
/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/sources/ld-tigcc/
H A Dintrface.h83 typedef enum {FF_NONE = -1, FF_TIOS = 0, FF_TIOS_UPGRADE = 1, FF_GDB_COFF = 2} FileFormats; enumerator
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/wx/
H A Dwxvbam.h345 FF_NONE, FF_2XSAI, FF_SUPER2XSAI, FF_SUPEREAGLE, FF_PIXELATE, enumerator
355 x == FF_PLUGIN ? 0 : x == FF_NONE ? 1 : 2)
H A Dpanel.cpp1367 gopts.filter = FF_NONE; // preemptive in case of errors in BEGIN_EVENT_TABLE()
1561 if (gopts.filter == FF_NONE) in Entry()
1721 if (gopts.filter == FF_NONE) in DrawArea()
1735 if (gopts.filter != FF_NONE || in DrawArea()
1736 … gopts.ifb != FF_NONE /* FIXME: && (gopts.ifb != FF_MOTION_BLUR || !renderer_can_motion_blur) */) in DrawArea()
1819 if (gopts.filter == FF_NONE) in DrawArea()
2005 if (gopts.filter == FF_NONE && gopts.ifb == IFB_NONE) in IMPLEMENT_CLASS2()
/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/sources/ld-tigcc/export/
H A Dexport.c128 if (ExportStruct->DataFileFormat == FF_NONE) in ExportProgramToFormat()
202 ExportStruct.DataFileFormat = FF_NONE; in ExportProgram()
/dports/textproc/hyperestraier/hyperestraier-1.4.13/
H A Destcmd.c62 FF_NONE /* ignored */ enumerator
1014 g_filefmt = FF_NONE; in rungather()
3787 if(g_filefmt == FF_NONE && !xcmd) return TRUE; in doputdoc()