Home
last modified time | relevance | path

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

/dports/games/cake/cake_src/cake/
H A Dvars.h15 VF_NONE = 0x00, /**< no flag */ enumerator
/dports/lang/gnu-apl/apl-1.8/src/
H A DValue.cc249 flags(VF_NONE), in Value()
258 flags(VF_NONE), in Value()
271 flags(VF_NONE), in Value()
281 flags(VF_NONE), in Value()
291 flags(VF_NONE), in Value()
305 flags(VF_NONE), in Value()
320 flags(VF_NONE), in Value()
334 flags(VF_NONE), in Value()
354 flags(VF_NONE), in Value()
H A DAPL_types.hh170 VF_NONE = 0x0000, ///< no flags enumerator
/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Dcompat.h203 enum {VF_NONE=0,VF_NTSC=1,VF_PAL=2}; /* values for videodesc.vformat in da-internal.h as well as ot… enumerator
H A Dconffile.c364 int result = VF_NONE; in get_video_format()
H A Ddvdauthor.c139 else if (va->vd.vformat != VF_NONE || default_video_format != VF_NONE) in getratecode()
142 …return (va->vd.vformat != VF_NONE ? va->vd.vformat : default_video_format) == VF_PAL ? VR_PAL : VR… in getratecode()
438 if (va->vd.vformat == VF_NONE) in vobgroup_set_video_attr()
654 if (va->vd.vformat == VF_NONE) in setattr()
H A Dspuunmux.c55 static int video_format = VF_NONE;
1075 if (video_format != VF_NONE) in main()
1158 if (full_size && video_format == VF_NONE) in main()
H A Ddvdcli.c37 int default_video_format = VF_NONE;
405 if (default_video_format != VF_NONE) in main()
H A Dsubgen.c79 int default_video_format = VF_NONE;
885 if (default_video_format != VF_NONE) in main()
/dports/irc/inspircd/inspircd-3.11.0/include/
H A Dmodules.h46 VF_NONE = 0, enumerator
215 Version(const std::string &desc, int flags = VF_NONE);