Searched refs:wine_debug (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/
H A Ddebug.c230 char *wine_debug; local
234 if ((wine_debug = getenv("WINEDEBUG")))
237 if (!strcmp( wine_debug, "help" ))
250 parse_options( wine_debug );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/
H A Ddebug.c230 char *wine_debug; local
234 if ((wine_debug = getenv("WINEDEBUG")))
237 if (!strcmp( wine_debug, "help" ))
250 parse_options( wine_debug );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Ddebug.c197 char *wine_debug; local
201 if ((wine_debug = getenv("WINEDEBUG")))
203 if (!strcmp( wine_debug, "help" )) debug_usage();
204 parse_options( wine_debug );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/
H A Ddebug.c230 char *wine_debug; local
234 if ((wine_debug = getenv("WINEDEBUG")))
237 if (!strcmp( wine_debug, "help" ))
250 parse_options( wine_debug );
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/
H A Ddebug.c240 char *wine_debug; local
244 if ((wine_debug = getenv("WINEDEBUG")))
249 if (!strcmp( wine_debug, "help" ))
262 parse_options( wine_debug );

Completed in 87 milliseconds