Home
last modified time | relevance | path

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

/dports/graphics/povray36/povray-3.6.1/source/
H A Dpovray.h80 #define EXITENABLE 0x000040L macro
H A Dpovmsrec.cpp321 opts.Options |= EXITENABLE; in Receive_RenderOptions()
323 opts.Options &= ~EXITENABLE; in Receive_RenderOptions()
H A Dpovmsend.cpp305 err = POVMSUtil_SetBool(msg, kPOVAttrib_TestAbort, (opts.Options & EXITENABLE) != 0); in BuildRenderOptions()
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dpovmsrec.cpp326 opts.Options |= EXITENABLE; in Receive_RenderOptions()
328 opts.Options &= ~EXITENABLE; in Receive_RenderOptions()
H A Dpovray.h89 #define EXITENABLE 0x000040L macro
H A Dpovmsend.cpp376 err = POVMSUtil_SetBool(msg, kPOVAttrib_TestAbort, (opts.Options & EXITENABLE) != 0); in BuildRenderOptions()
/dports/graphics/megapov/megapov-1.2.1/unix/
H A Dsvga.cpp644 return ((opts.Options&EXITENABLE && toupper(vga_getkey())=='Q') ? true : false); in SVGA_test_abort()
H A Dxwin.cpp2242 if ((opts.Options & EXITENABLE || finished)
2305 if(opts.Options & EXITENABLE) // [WW] abort rendering if +x set
/dports/graphics/povray36/povray-3.6.1/unix/
H A Dsvga.cpp637 return ((opts.Options&EXITENABLE && toupper(vga_getkey())=='Q') ? true : false); in SVGA_test_abort()
H A Dxwin.cpp2219 if ((opts.Options & EXITENABLE || finished)
2282 if(opts.Options & EXITENABLE) // [WW] abort rendering if +x set