Searched defs:eDbgString (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/extension/internal/
H A Demf-inout.cpp1624 char const* eDbgString = getenv( "INKSCAPE_DBG_EMF" ); local
1625 if ( eDbgString != NULL ) {
1626 if(strstr(eDbgString,"RECORD")){ eDbgRecord = 1; }
1627 if(strstr(eDbgString,"COMMENT")){ eDbgComment = 1; }
1628 if(strstr(eDbgString,"FINAL")){ eDbgFinal = 1; }

Completed in 26 milliseconds