Home
last modified time | relevance | path

Searched defs:DELETE_LIST (Results 1 – 3 of 3) sorted by relevance

/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ScheduledTask/Enum/
H A DDeleteFlavorsLogicType.php42 const DELETE_LIST = 2; define in Kaltura\\Client\\Plugin\\ScheduledTask\\Enum\\DeleteFlavorsLogicType
/dports/games/blockout/BL_SRC/BlockOut/GLApp/
H A DGLApp.h26 #define DELETE_LIST(l) if(l) { glDeleteLists(l,1);l=0; } macro
/dports/graphics/opendx/dx-4.4.4/src/exec/dpexec/
H A Dutils.h123 #define DELETE_LIST(t,list,ind) \ macro